FTP
The File Transfer Protocol is a standard communication protocol used for the transfer of computer files from a server to a client on a computer network. FTP is built on a client–server model architect
Enum
nmap $IP -p 21 -sV -OBruteforce with Hydra
hydra -L /usr/share/metasploit-framework/data/wordlists/unix_users.txt -P /usr/share/metasploit-framework/data/wordlists/unix_passwords.txt $IP ftp
Bruteforce with Nmap
Anonymous Login

Last updated