XORbit01 / ddosarmy

๐ŸฅŠ ddos clustering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DDOS ARMY

Banner Image

What is DDOS ARMY?

ddosarmy is a tool that allows you to launch a DDoS attack on IP victim address, with other machines synchronously.

โš ๏ธ DISCLAIMER โš ๏ธ:

๏ธ It is intended to be used for educational purposes only. I am not responsible for any misuse or damage caused by this program.

Features

  • ๐Ÿ•๏ธ Support clustering attack concept
  • ๐Ÿ’ฃ Support ICMP, SYN flood attack (more to come)
  • โ›“๏ธ Support concurrency and parallelism
  • Cross-platform (Linux ๐Ÿ’€, Windows ๐ŸชŸ, Mac OS X๐Ÿ, BSD)
  • โš™๏ธ Easy Army management (stop, start, shutdown, change attack strategy, etc.)
  • โœ… Friendly terminal user interface
  • ๐Ÿ“ˆ Profiling and benchmarking requests for each soldier (node)

Installation

binary (recommended)

go install github.com/XORbit01/ddosarmy@latest 

you can download the binary from Releases

From source

git clone github.com/XORbit01/ddosarmy
cd ddosarmy
go build -o ddosarmy 

Usage

ddosarmy -h

steps

1. create army camp

this must be hosted on a server with public ip address, so that the soldiers can connect to it.

ddosarmy camp -v <victim_ip>

2. leader access camp

leader is the node that will orchestrate the army and send the attack commands to the soldiers.

ddosarmy leader -c <camp_ip> -s password

the default password is password, this password is set when you created the camp

3. soldiers access camp

the soldiers are the nodes responsible for sending dummy packets flooding the victim ip address. it will listen to the leader node and execute the attack commands.

ddosarmy soldier -c <camp_ip>  

How it works

as you can see in the image below, the leader node is responsible for sending the attack commands to the soldiers. the dispatcher (camp) is responsible for sending the attack commands to the soldiers. he is not responsible for sending a single packet to the victim ip address.

How it works

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. you can also contact me on discord:XORbit#5945

Powered By Malwarize

image

About

๐ŸฅŠ ddos clustering

License:GNU General Public License v3.0


Languages

Language:Go 99.8%Language:Makefile 0.2%