This is a simple Python script for conducting a Distributed Denial of Service (DDoS) attack on a specified target. The script creates multiple threads to simulate multiple connection attempts to the target, potentially overwhelming its resources and causing denial of service.
This script is provided for educational purposes only. Unauthorized use of this script to perform any malicious activities is illegal and unethical. The author does not condone or promote any illegal or malicious activities.
-
Clone or download the repository.
-
Open a terminal window and navigate to the directory containing the script.
-
Run the script using the Python interpreter: python3 ddos.py
-
Follow the prompts to enter the target IP, fake IP (to spoof the source), and port to attack.
-
Press Enter to start the attack.
-
To stop the attack, press
Ctrl+C
in the terminal.
- Python 3.x
This script is intended for educational purposes only. The author is not responsible for any misuse, damage, or illegal activities resulting from the use of this script.
This project is licensed under the MIT License.