Installation Methods

Quick Setup

Quick Setup

Clone the repository and run the setup script for a fast installation.

cd /opt/DDoS-Toolkit
sudo chmod +x *
sudo ./setup.sh 
More Details
Debian Package

Debian Package

Build and install the Debian package for system-wide installation.

cd builder
chmod +x builder.sh
sudo ./builder.sh
sudo dpkg -i ddos-toolkit.deb
View Details
Dependencies

Dependencies

Required libraries for the toolkit to function properly.

  • Python 3.x
  • aiohttp, asyncio
  • scapy, psutil
  • requests, tabulate
View All

Detailed Installation Guide

1. Clone the Repository

sudo git clone https://github.com/Midohajhouj/DDoS-Toolkit.git /opt/DDoS-Toolkit

2. Navigate to Directory

cd /opt/DDoS-Toolkit

3. Set Permissions

sudo chmod +x *

4. Run Setup

sudo ./setup.sh
Installation Guide

System Requirements

Before installing the DDoS Toolkit, ensure your system meets these requirements:

  • Minimum: 2 CPU cores, 4GB RAM
  • Recommended: 4 CPU cores, 8GB RAM
  • OS: Kali Linux, Ubuntu 20.04+, CentOS 7+
  • Network: 10Gbps interfaces recommended
System Requirements

About the Developer

Mehdi Hajhouj (LIONMAD) is a passionate developer with expertise in ethical cybersecurity, open-source tools, and system automation.
Creator of innovative frameworks like Ghost Framework, DDoS Toolkit, LinSpector, Anonymizer, And many more.

Disclaimer

This software is strictly for authorized security testing and research. Unauthorized use may violate international laws. Use responsibly.

View on GitHub