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.
- The main entry point for this tool is:
start.py
Python 3.6+pip(Python package manager)
git clone https://github.com/Bogglo/ZX-DDoS
cd ZX-DDoSAll dependencies are listed in requirements.txt.
pip install -r requirements.txtpkg 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.pysudo 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- Download & install Python.
- Open
cmdor 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.pyAfter installation, run the main file:
python3 start.pyor (on Windows):
python start.pyFollow the interactive prompts to configure your test.
When running start.py, you will be required to enter the following (no optional fields):
- Target IP or URL / Domain
- Number of workers (parallel threads)
- Number of requests
-
Supported Operating Systems:
- Linux
- Termux (Android)
- Windows
- MacOS
-
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.
