Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 817 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 817 Bytes

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