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.
-
Clone the repository:
git clone https://github.com/TIR3D4/ddx.git cd ddx
-
Make the
install.sh
script executable and run it to install the required tools:chmod +x install.sh ./install.sh
-
Run the attack script:
chmod +x attack.sh ./attack.sh
Follow the prompts to choose the type of attack, target IP, and port.