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
cc-ddos — 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! | Kitploit
Tools/GitHubGitHub/nayumidev/cc-ddos
Web Application ExploitationPenetration TestingRed Teaming
GitHubnayumidev/cc-ddos

cc-ddos

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!

View Repository
81541 year 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

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.

cc-ddos

A Python script to DDOS a website using multiple HTTP Flood methods, a normal website only needs 5 seconds to completely crash!

How to Use:

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): image image

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:

root@kitploit:~
> apt update && apt upgrade -y && apt install python3 python3-pip git wget unzip -y

Windows:

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

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

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

Important!!!

This script is for educational purposes only. I am not responsible for the damage you cause while using this script!

root@kitploit:~

Based on CC-attack by Leeon123
proxy-scraper-checker by monosans

Download Tool