FTP
- login
1 2 3
ftp $IP ftp user@$IP # deafult credentials --> anonymous:anonymous
- brute force
1
hydra -l -I <username> -P ~/Documents/rockyou.txt ftp://$IP
- enumeration
1
nmap --script=*ftp* -p21 $IP -oN recon/nmap.ftp
This post is licensed under CC BY 4.0 by the author.