ddosarmy
ddosarmy copied to clipboard
🥊 ddos clustering
DDOS ARMY
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.
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