Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
ZX-DDoS — Python-based DDoS tool for educational network stress testing. Supports multi-threaded attacks against IP/URL targets with configurable worker count and request volume. | Kitploit
Tools/GitHubGitHub/bogglo/zx-ddos
Network SecurityPenetration TestingLearning & Education
GitHubbogglo/zx-ddos

ZX-DDoS

Python-based DDoS tool for educational network stress testing. Supports multi-threaded attacks against IP/URL targets with configurable worker count and request volume.

View Repository
4623 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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
  • Screenshot
  • Main File
  • Installation
    • Termux
    • Debian-based GNU/Linux
    • Windows
    • MacOS
  • Usage
  • Mandatory Inputs
  • Requirements
  • Disclaimer

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

root@kitploit:~
git clone https://github.com/Bogglo/ZX-DDoS
cd ZX-DDoS

2. Install Requirements

All dependencies are listed in requirements.txt.

root@kitploit:~
pip install -r requirements.txt

Step-by-Step Usage Instructions

Termux

root@kitploit:~
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

root@kitploit:~
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:
    root@kitploit:~
    git clone https://github.com/Bogglo/ZX-DDoS
    cd ZX-DDoS
    pip install -r requirements.txt
    python start.py
    

MacOS

root@kitploit:~
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:

root@kitploit:~
python3 start.py

or (on Windows):

root@kitploit:~
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.


Download Tool