ddosarmy is a tool that allows you to launch a DDoS attack on IP victim address, with other machines synchronously.
️ It is intended to be used for educational purposes only. I am not responsible for any misuse or damage caused by this program.
- 🏕️ 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)
go install github.com/XORbit01/ddosarmy@latest
you can download the binary from Releases
git clone github.com/XORbit01/ddosarmy
cd ddosarmy
go build -o ddosarmy
ddosarmy -h
this must be hosted on a server with public ip address, so that the soldiers can connect to it.
ddosarmy camp -v <victim_ip>
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
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>
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.
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