FTP

ftp $ip

nmap --script=ftp-* -p 21 192.168.X.X

hydra -l $user -P /usr/share/john/password.lst ftp://$ip:21

Last updated