English Instructions

🖥️ Windows Setup

Download Python

  • Go to the official website: Python 3.13.9

  • Click the "Download Python" button (it usually detects Windows automatically).

Run the Installer (Crucial Step)

  1. Open the downloaded .exe file.

  2. IMPORTANT: On the first screen of the installer, check the box at the bottom that says "Add Python to environment variables". This is the most important step!

  3. Click "Install Now" and follow the prompts.

Verify Installation

  • Open a new Command Prompt (CMD) or PowerShell window. (It must be a new window.)

  • Type python --version and press Enter. You should see the Python version.

  • Type pip --version and press Enter. You should see the Pip version.

python -m pip install --upgrade pip

Install Your Project Packages

Your Windows environment is now ready to run and compile your script.

🐧 Linux Setup (Debian / Ubuntu / Raspberry Pi OS)

Set Permissions

Check for Python (Usually Pre-installed)

If not found, install it.

Install Python, Pip & venv (If Needed)

Install Scapy Dependencies (Important!)

Verify Installation

Python venv install

type this in the folder where the ddos backend python file is.

Install Your Project Packages

Your Linux environment is now ready to run and compile your script.

If you wanna run that in a terminal after you wanna closing it to run it behind do this.

You can see in other terminals with screen -ls the screen how the name is and with screen -r (Name) you can catch the terminal again.

Last updated