Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 604 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 604 Bytes

ddx

Stormer - Comprehensive DDoS Attack Script

This is a script that allows the user to run multiple types of DDoS attacks such as HTTP flood, SYN flood, UDP flood, and more.

How to Use

  1. Clone the repository:

    git clone https://github.com/TIR3D4/ddx.git
    cd ddx
  2. Make the install.sh script executable and run it to install the required tools:

    chmod +x install.sh
    ./install.sh
  3. Run the attack script:

    chmod +x attack.sh
    ./attack.sh

Follow the prompts to choose the type of attack, target IP, and port.