目录导航
ZxCDDoS简介
ZxCDDoS 用于教育目的,针对网络的第 7 层、第 4 层、AMP 方法进行压测.
工具特色:
- 开源
- 强大
- 简单
- 针对第 4 层和第 7 层
- 绕过(Cloudflare、OVH、NFO、…)
工具安装方法:
CentOS:
yum install git -y
yum install golang -y
yum install perl -y
yum install python2 -y
yum install python3 -y
yum install python3-pip -y
yum install nodejs -y
yum install npm -y
Debain, Ubuntu:
sudo apt-get install git -y
sudo apt-get install golang -y
sudo apt-get install perl -y
sudo apt-get install python3 -y
sudo apt-get install python2 -y
sudo apt-get install python3-pip -y
sudo apt-get install nodejs -y
sudo apt-get install npm -y
How to use:
- Recommended in shell of google, azure,...
- Using vps with high speed will be stronger
git clone https://github.com/hoaan1995/ZxCDDoS/
cd ZxCDDoS/
npm i requests
npm i https-proxy-agent
npm i crypto-random-string
npm i events
npm i fs
npm i net
npm i cloudscraper
npm i request
npm i hcaptcha-solver
npm i randomstring
npm i cluster
npm i cloudflare-bypasser
pip3 install -r requirements.txt
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
apt-get install ./google-chrome-stable_current_amd64.deb
iptables -t mangle -A PREROUTING -s 243.45.216.58-j DROP
iptables -A INPUT -p udp -m length --length 49 -j DROP
iptables -A INPUT -p udp -i eth0 ! -s 0.0.0.0/0 --dport 39356 -j DROP
iptables -A OUTPUT -p udp --dport 5353 -j DROP
ulimit -n 999999
chmod 777 *
python3 c2.py
ZxCDDoS下载地址:
①GitHub:
github.com/hoaan1995/ZxCDDoS.zip
②云中转网盘:
yunzhongzhuan.com/#sharefile=4bGx8U3l_74978
解压密码:www.ddosi.org
使用条款:
不要攻击政府网页(.gov/.gob),教育网页(.edu)或美国国防部(.mil),
创作者不对攻击造成的损害负责。
记住:您要对这些攻击负责,因为这个工具是为教育目的而创建的
面板账号密码:
用户名:admin
密码:admin
截图:
注意事项:
终端只接受 ANSI 颜色。
工具安全性未知,请放虚拟机运行
项目地址
GitHub:
https://github.com/hoaan1995/ZxCDDoS
转载请注明出处及链接