Skip to content

theorlovsky/auto_mhddos

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • TypeScript 72.1%
  • Smarty 15.8%
  • JavaScript 6.5%
  • Dockerfile 4.1%
  • Shell 1.5%