This repository contains a DDoS (Distributed Denial of Service) tool designed for educational purposes only. It demonstrates how a DDoS attack can impact the availability of a web service or server.
- Simple and Effective: Straightforward implementation for launching DDoS attacks.
- Customizable: Configure attack parameters such as target URL and number of threads.
- Educational: Intended for learning about network security and the impact of DDoS attacks.
- Python 3.x
- Required Python packages (specified in
requirements.txt
)
- Clone the repository:
git clone https://github.com/<your-username>/<repository-name>.git cd <repository-name>