kali下Wreckuests | DDOS Atacks With HTTP-Flood
版权声明:转载请注明出处:http://blog.csdn.net/dajitui2024 https://blog.csdn.net/dajitui2024/article/details/79396503 参考:https://www.youtube.com/watch?v=sklfhTWqar8https://github.com/JamesJGoodwin/wreckuests Wreckuests是一个脚本,它允许您使用HTTP-flood(GET / POST)运行DDoS攻击。它使用纯Python编写,并使用代理服务器作为“机器人”。 特别声明,技术无罪,作死自负。 依赖关系:Python 3.5+Requests 2.10.0 or higher netaddr tested with 0.7.19 pip3 install netaddr requests cd /tmp git clone https://github.com/JamesJGoodwin/wreckuests cd wreckuests chmod + x install.sh ./install....