├── LICENSE ├── README.md ├── main.py ├── requirements.txt ├── resources └── ua.txt └── setup.py /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2022 Hyuk 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 | # KARMA DDoS 4 |

5 |   6 |   7 |   8 | 9 |

10 | DDoS Script (DDoS Panel) with Multiple Bypass
( Cloudflare UAM,CAPTCHA,BFM,NOSEC / DDoS Guard / Google Shield / V Shield / Amazon / etc.. )

11 | Don't attack any websites you don't own it
12 | This was created for educational purposes
13 | All responsibilities and disadvantages of using this program is for the user. 14 | 15 | 16 | ## Language
17 | 18 |
19 |
20 | 21 | ## Menu 22 | ![karma](https://user-images.githubusercontent.com/87601386/165147097-7f6f4f6d-f9fd-4a53-b3fa-a16fe739e963.png) 23 | 24 | ## Methods 25 | 26 | ```sh 27 | [Layer 7] 28 | - cfb | Bypass CF attack 29 | - pxcfb | Bypass CF attack with proxy 30 | - cfreq | Bypass CF UAM, CAPTCHA, BFM, etc,, with request 31 | - cfsoc | Bypass CF UAM, CAPTCHA, BFM, etc,, with socket 32 | - pxsky | Bypass Google Project Shield, Vshield, DDoS Guard Free, CF NoSec With Proxy 33 | - sky | Sky method without proxy 34 | - http2 | HTTP 2.0 Request Attack 35 | = pxhttp2 | HTTP 2.0 Request Attack With Proxy 36 | - spoof | Spoof Attasck 37 | - pxspoof | Spoof Attack with Proxy 38 | - get | Get Request Attack 39 | - post | Post Request Attack 40 | - head | Head Request Attack 41 | - soc | Socket Attack 42 | - pxraw | Proxy Request Attack 43 | - pxsoc | Proxy Socket Attack 44 | 45 | [Layer 4] 46 | -udp | UDP Attack 47 | -tcp | TCP Attack 48 | 49 | [Tools] 50 | - Dns | Classic DNS Lookup 51 | - Geoip | Geo IP Address Lookup 52 | - Subnet | Subnet IP Address Lookup 53 | ``` 54 | 55 | ## Videos 56 | [![](https://user-images.githubusercontent.com/87601386/161339371-b6dfaa8f-1cf2-41d1-85c1-d82cdd98def1.png)](https://www.youtube.com/watch?v=MPKdfhPeLeE) 57 | 58 | ## Usage on Linux 59 | ```sh 60 | You must use Python 3.9 or higher 61 | 62 | git clone https://github.com/HyukIsBack/KARMA-DDoS.git 63 | 64 | Install Python3 modules 65 | - pip3 install -r requirements.txt or pip install -r requirements.txt 66 | Install Chrome (or update it lastest version) 67 | - wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb 68 | - apt-get install ./google-chrome-stable_current_amd64.deb 69 | 70 | OR 71 | - python3 setup.py 72 | 73 | ``` 74 | 75 | ## Example 76 | ```sh 77 | Use DDoS Panel : python3 main.py 78 | Use command line : python3 main.py