
Python-based DDoS tool for educational network stress testing. Supports multi-threaded attacks against IP/URL targets with configurable worker count and request volume.
ZX-DDoS is a Python-based DDoS Tool for educational and testing purposes only.
DISCLAIMER:
This repository is strictly for educational, research, and network testing purposes only.
The author is not responsible for any misuse or illegal activities.
Repository: https://github.com/Bogglo/ZX-DDoS
ZX-DDoS is a Distributed Denial of Service (DDoS) tool, written in Python, to help understand the mechanics of network stress testing and security evaluation.
Use only in controlled and legal environments.

start.pyPython 3.6+pip (Python package manager)git clone https://github.com/Bogglo/ZX-DDoS
cd ZX-DDoS
All dependencies are listed in requirements.txt.
pip install -r requirements.txt
pkg update && pkg upgrade
pkg install git python
git clone https://github.com/Bogglo/ZX-DDoS
cd ZX-DDoS
pip install -r requirements.txt
python3 start.py
sudo apt update && sudo apt upgrade
sudo apt install git python3 python3-pip
git clone https://github.com/Bogglo/ZX-DDoS
cd ZX-DDoS
pip3 install -r requirements.txt
python3 start.py
cmd or PowerShell and run:
git clone https://github.com/Bogglo/ZX-DDoS
cd ZX-DDoS
pip install -r requirements.txt
python start.py
brew install git python3
git clone https://github.com/Bogglo/ZX-DDoS
cd ZX-DDoS
pip3 install -r requirements.txt
python3 start.py
After installation, run the main file:
python3 start.py
or (on Windows):
python start.py
Follow the interactive prompts to configure your test.
When running start.py, you will be required to enter the following (no optional fields):
Supported Operating Systems:
Python 3 required
For Educational Purposes Only!
ZX-DDoS is designed for security researchers, network administrators, and students to understand DDoS methodologies in a safe, controlled environment.
Do NOT use against networks, servers, or websites without explicit authorization. The author will not be held responsible for any misuse or damage caused by this tool.