/fox_dos

It's a simple dos attack tool

Primary LanguageRuby

Fox Dos

Overview

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.

Features

  • 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)

Requirements

  • Ruby 3.2 or higher
  • Required gems (install using Bundler):
    • concurrent-ruby
    • optparse

Installation

  1. Clone the repository:
    git clone https://github.com/Mr-Fox-h/fox_dos
    cd dos-ddos-tool