
Một tập lệnh Python để DDOS một trang web bằng phương pháp nhiều phương pháp HTTP Flood, một trang web bình thường chỉ cần 5s để sập hoàn toàn!
Please Star this repo if you find it useful, because it's free :)
Donation information in the release
The script still works normally, tested in 2025.
A Python script to DDOS a website using multiple HTTP Flood methods, a normal website only needs 5 seconds to completely crash!
This script can work on Windows, Linux Core and Android (Termux), below are instructions:
Using the method below will run the script with pre-configured settings and use all network resources to deliver maximum attack power. Use the manual script to customize the attack!
Test (01/09/2022):

Download the version suitable for your operating system here
This program depends on other programs such as Python, Git or 7-Zip (7-Zip is only used to extract releases, you can use WinRAR instead).
On Windows, for basic users you just need to download Python and install it, note that you need to add Python to PATH for the script to work (you can select that option in Python's installer).
For Termux/Linux Core users, you can install the necessary software with the following command (for Termux users, replace apt with pkg). The commands below assume you are using with root privileges:
> apt update && apt upgrade -y && apt install python3 python3-pip git wget unzip -y
Windows:
> start_windows.bat
You can use extension proxy downloader and checker with start_proxy.bat instead of start.bat
Termux/Linux Core. The commands below assume you are using with root privileges and have set execute permissions for all necessary files (start_linux.sh, socks5.sh, socks4.sh, http.sh):
> start_linux.sh
You can use extension proxy downloader and checker with start_proxy.sh instead of start.sh
Online Headless Linux Shell. The commands below assume you are using with root privileges:
> git clone https://github.com/ndbiaw/cc-ddos.git
You can download the Linux version with the following command (just to make the file index neater)
> wget https://github.com/ndbiaw/cc-ddos/releases/download/v2.0-stable-linux-windows/Linux.zip
> unzip ./Linux.zip
Then you can follow the instructions like in Termux/Linux Core.
This script is for educational purposes only. I am not responsible for the damage you cause while using this script!
Based on CC-attack by Leeon123
proxy-scraper-checker by monosans