This project is a simple DOS (Denial of Service) and DDoS (Distributed Denial of Service) tool built using Ruby. It is designed for educational purposes only. Use this tool responsibly and ensure you have permission to test any target systems.
- Single Target DOS Attack: Launch a denial of service attack on a single target IP.
- Distributed DDoS Simulation: Simulate multiple sources attacking a target IP. (comming soon)
- Customizable Parameters: Set the attack duration, packet size, and number of threads. (comming soon)
- Ruby 3.2 or higher
- Required gems (install using Bundler):
concurrent-ruby
optparse
- Clone the repository:
git clone https://github.com/Mr-Fox-h/fox_dos cd dos-ddos-tool