Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.71 KB

README.md

File metadata and controls

58 lines (36 loc) · 1.71 KB

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.

Installing

Install Docker:

NOTE: depending on the installation method, you might or might not need to run docker commands as a root (sudo docker run ...).

Usage

Run in background

docker run -dit --name auto_mhddos --restart unless-stopped --pull always ghcr.io/theorlovsky/auto_mhddos:latest

See logs

docker logs -f auto_mhddos

Stop

docker rm -f auto_mhddos

Configuration

Additionally, you can pass several parameters when running a container:

--parallel 2

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)

Example

docker run -dit --name auto_mhddos --restart unless-stopped --pull always ghcr.io/theorlovsky/auto_mhddos:latest --parallel 2 -t 2000 --rpc 1000