SimpleDDoS is a simple Distributed Denial of Service (DDoS) script written in Python. It's designed to help users understand how DDoS attacks work and to be used responsibly for educational purposes only.
- Launch DDoS attacks against a target IP and port using multiple threads.
- Customizable number of threads and packets to send.
- Provides feedback on the total number of packets sent.
- Python 3.x
- Git
- Clone the repository:
git clone https://github.com/SSL-ACTX/SimpleDDoS.git
- Navigate to the project directory:
cd SimpleDDoS
-
Open a terminal and navigate to the SimpleDDoS directory. Launch the script using the following command:
python dds.py <target_ip> <target_port> [-t <threads>] [-p <packets>]
Example:
python simple_ddos.py 127.0.0.1 80 -t 5 -p 1000
Follow the on-screen instructions and let the script initiate the DDoS attack.
This script is intended for educational purposes only. Unauthorized use of this script for malicious purposes is illegal and unethical. Use responsibly and only on systems you have explicit permission to test.
This project is licensed under the MIT License - see the LICENSE file for details.
Author
- SSL-ACTX
- Mail: [email protected]
- Twitter: lord_xu777