DDoS Script (DDoS Panel) with Multiple Bypass ( Cloudflare UAM,CAPTCHA,BFM,NOSEC / DDoS Guard / Google Shield / V Shield / Amazon / etc.. )
Last updated Jul 3, 2026
888
Stars
323
Forks
18
Issues
0
Stars/day
Attention Score
44
Topics
Language breakdown
Python 100.0%
โธ Files
click to expand
README
KARMA DDoS
( Cloudflare UAM,CAPTCHA,BFM,NOSEC / DDoS Guard / Google Shield / V Shield / Amazon / etc.. )
Don't attack any websites you don't own it
This was created for educational purposes
All responsibilities and disadvantages of using this program is for the user.
Language
Menu
Methods
[Layer 7]
- cfb | Bypass CF attack
- pxcfb | Bypass CF attack with proxy
- cfreq | Bypass CF UAM, CAPTCHA, BFM, etc,, with request
- cfsoc | Bypass CF UAM, CAPTCHA, BFM, etc,, with socket
- pxsky | Bypass Google Project Shield, Vshield, DDoS Guard Free, CF NoSec With Proxy
- sky | Sky method without proxy
- http2 | HTTP 2.0 Request Attack
= pxhttp2 | HTTP 2.0 Request Attack With Proxy
- spoof | Spoof Attasck
- pxspoof | Spoof Attack with Proxy
- get | Get Request Attack
- post | Post Request Attack
- head | Head Request Attack
- soc | Socket Attack
- pxraw | Proxy Request Attack
- pxsoc | Proxy Socket Attack
[Layer 4]
-udp | UDP Attack
-tcp | TCP Attack
[Tools]
- Dns | Classic DNS Lookup
- Geoip | Geo IP Address Lookup
- Subnet | Subnet IP Address Lookup
Videos
Usage on Linux
You must use Python 3.9 or higher
git clone https://github.com/HyukIsBack/KARMA-DDoS.git
Install Python3 modules - pip3 install -r requirements.txt or pip install -r requirements.txt Install Chrome (or update it lastest version) - wget https://dl.google.com/linux/direct/google-chrome-stablecurrentamd64.deb - apt-get install ./google-chrome-stablecurrentamd64.deb
OR - python3 setup.py
Example
Use DDoS Panel : python3 main.py
Use command line : python3 main.py <method> <target> <thread> <time>
โโโโโโโโโโโ> python3 main.py cfb https://example.com 100 30๐ More in this category