Skip to content

Bogglo/ZX-DDoS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZX-DDoS

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


Table of Contents


Description

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.


Screenshot

Screenshot


Main File

  • The main entry point for this tool is: start.py

Installation

Prerequisites

  • Python 3.6+
  • pip (Python package manager)

1. Clone the Repository

git clone https://github.com/Bogglo/ZX-DDoS
cd ZX-DDoS

2. Install Requirements

All dependencies are listed in requirements.txt.

pip install -r requirements.txt

Step-by-Step Usage Instructions

Termux

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

Debian-based GNU/Linux

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

Windows

  1. Download & install Python.
  2. Open cmd or PowerShell and run:
    git clone https://github.com/Bogglo/ZX-DDoS
    cd ZX-DDoS
    pip install -r requirements.txt
    python start.py

MacOS

brew install git python3
git clone https://github.com/Bogglo/ZX-DDoS
cd ZX-DDoS
pip3 install -r requirements.txt
python3 start.py

Usage

After installation, run the main file:

python3 start.py

or (on Windows):

python start.py

Follow the interactive prompts to configure your test.


Mandatory Inputs

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

Requirements

  • Supported Operating Systems:

    • Linux
    • Termux (Android)
    • Windows
    • MacOS
  • Python 3 required


Disclaimer

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.


About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages