👉 Русский
auto_mhddos is an automation tool for mhddos_proxy
This tool periodically fetches the targets from the Ukrainian Reaper DDoS community and launches attacks on them. You don't need to manually restart a container.
Install Docker:
NOTE: depending on the installation method, you might or might not need to run docker commands as a
root (sudo docker run ...
).
docker run -dit --name auto_mhddos --restart unless-stopped --pull always ghcr.io/theorlovsky/auto_mhddos:latest
docker logs -f auto_mhddos
docker rm -f auto_mhddos
Additionally, you can pass several parameters when running a container:
Default: 1
How many parallel attacks to run at once. It's better to increase it incrementally (1
, 2
, 3
) while monitoring your CPU and Memory usage to find the optimal value.
Supports all other params from the mhddos_proxy's docs (except targets and -c
)
docker run -dit --name auto_mhddos --restart unless-stopped --pull always ghcr.io/theorlovsky/auto_mhddos:latest --parallel 2 -t 2000 --rpc 1000