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

Overview

KARMA DDoS

     

DDoS Script (DDoS Panel) with Multiple Bypass
( 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

karma

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-stable_current_amd64.deb
 - apt-get install ./google-chrome-stable_current_amd64.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

Contact Developer

 Telegram: @zjfoq394
Comments
  • International Security

    International Security

    Hello, I'm an xfd in DDOS attack security. I help maintain "peace" and destroy DDOS attacks. I see you're promoting attacks like this. I just sent a request to the korea / paypal and international security authorities I reported your paypal / github account All users who use this tool for destructive purposes have been reported I suggest you stop promoting DDOS attacks because you will end up being another arrested child Use your knowledge for educational purposes, not to destroy.

    Your script has also been sent to cloudflare to block any bypass capabilities used in this script.

    All the best.

    @SkyWtkh SkyWtkh @HyukIsBack @Xoosz @0xMrR0b0t @TH3P1T @Puppet00 @D4RK-4RMY

    opened by StopDDoSz 22
  • The script use real IP for sending attack

    The script use real IP for sending attack

    Hello im tested the script on my own website and i see all methods work proxyless, without proxies so the proxy function look not working. Also the script is not abble to close the session and open new one when get error or can't pass the challenge If the old sess keep opened just will spam your server cpu and ram All generated sess is keeping opened and spam ram/cpu

    Requests look fake on dstat because if u are attacking a real target (your own) and u check your cf acc you can see here is just 1 IP (your server) and all requests look invalid

    the script work just on dstat because all type of req are allowed here

    It is bad to use like for own API Sugestion: remove the webdriver, make a function to callback to solver.js solver.js use the puppeteer just to pass challenge and store cookies

    1, start the python script add the target 2, found challenge callback to solver.js 3, get challenge 4, close the session 5, return cookies on python script

    enhancement 
    opened by andress134 8
  • Failed to bypass cf

    Failed to bypass cf

    Hi,

    Was trying on your script using cf-pro and cf-socket. But it returned Failed to bypass cf.

    Does this script use proxies when attacking? If not, then it might be caused by my server's ip is being blocked by CloudFlare so I need to change my ip.

    opened by nirvash21 4
  • [BUG] Requests just work first time.

    [BUG] Requests just work first time.

    Hello i see the script just send requests first time for 60-120 seconds and it stop to send request on the target I think a sugestion is to make a function to detect when target is down or not or idk @HyukIsBack

    opened by andress134 3
  • Can not run main.py

    Can not run main.py

    i use kali linux with command: python3 main.py. But have error

    Traceback (most recent call last): File "/home/ptpd/KARMA-DDoS/main.py", line 838, in title() File "/home/ptpd/KARMA-DDoS/main.py", line 603, in title sys.stdout.write("\x1b]2;Karma | User: root\x07") File "/usr/local/lib/python3.9/dist-packages/colorama/ansitowin32.py", line 41, in write self.__convertor.write(text) File "/usr/local/lib/python3.9/dist-packages/colorama/ansitowin32.py", line 162, in write self.write_and_convert(text) File "/usr/local/lib/python3.9/dist-packages/colorama/ansitowin32.py", line 184, in write_and_convert text = self.convert_osc(text) File "/usr/local/lib/python3.9/dist-packages/colorama/ansitowin32.py", line 257, in convert_osc winterm.set_title(params[1]) AttributeError: 'NoneType' object has no attribute 'set_title'

    opened by thvinha17010 3
  • New methods/features

    New methods/features

    Add support for HTTP/1.3 and HTTP/2 Add the NULL Method (Null UserAgent and ...) Add HTTPS-SPOOF (My method that can bypass CF, DDoS Guard, Etc) Add Split Args (Example: cfpro https://example.com 1000 30) Add methods for Layer 4 (TCP, UDP, ACK, RST, XMAS, DVR, ARD, Etc)

    Note: I do not force you to add everything I asked you since that is the owner's decision (You could also add features little by little)

    opened by ghost 2
  • important

    important

    ... Process Process-1: Traceback (most recent call last): File "/usr/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/usr/lib/python3.8/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.8/dist-packages/undetected_chromedriver/dprocess.py", line 59, in _start_detached p = Popen([executable, *args], stdin=PIPE, stdout=PIPE, stderr=PIPE, **kwargs) File "/usr/lib/python3.8/subprocess.py", line 858, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/lib/python3.8/subprocess.py", line 1585, in _execute_child and os.path.dirname(executable) File "/usr/lib/python3.8/posixpath.py", line 152, in dirname p = os.fspath(p) TypeError: expected str, bytes or os.PathLike object, not NoneType

    opened by babodai 2
  • UDP Method

    UDP Method

    Error: Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner self.run() File "/usr/lib/python3.9/threading.py", line 892, in run self._target(*self._args, **self._kwargs) TypeError: runsender() missing 1 required positional argument: 'payload'

    Everything installed fine too, not sure what's the issue. thanks. I got a private server, my net outputs 10gigs with this 1 server. this threading issue on the UDP only outputs 600mbps

    BTW I love this script lol layer 7 works perfectly just layer 4 has issues.

    opened by Vazza202 1
  • Create requirements.txt

    Create requirements.txt

    windows: py -m pip install -r requirements.txt kali: pip install -r requirements.txt

    requirements.txt cloudscraper socks pysocks colorama undetected_chromedriver

    opened by Atager228 1
  • cfsoc, etc

    cfsoc, etc

    Process Process-1:
    Traceback (most recent call last):
      File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap
        self.run()
      File "/usr/lib/python3.9/multiprocessing/process.py", line 108, in run
        self._target(*self._args, **self._kwargs)
      File "/usr/local/lib/python3.9/dist-packages/undetected_chromedriver/dprocess.py", line 59, in _start_detached
        p = Popen([executable, *args], stdin=PIPE, stdout=PIPE, stderr=PIPE, **kwargs)
      File "/usr/lib/python3.9/subprocess.py", line 951, in __init__
        self._execute_child(args, executable, preexec_fn, close_fds,
      File "/usr/lib/python3.9/subprocess.py", line 1698, in _execute_child
        and os.path.dirname(executable)
      File "/usr/lib/python3.9/posixpath.py", line 152, in dirname
        p = os.fspath(p)
    TypeError: expected str, bytes or os.PathLike object, not NoneType
    
    
    opened by Egida 1
Owner
Hyuk
Hi
Hyuk
HASOKI DDOS TOOL- powerful DDoS toolkit for penetration tests

DDoS Attack Panel includes CloudFlare Bypass (UAM, CAPTCHA, GS ,VS ,BFM, etc..) This is open source code. I am not responsible if you use it for malic

Rebyc 1 Dec 2, 2022
Discord Panel is an AIO panel for Discord that aims to have all the needed tools related to user token interactions, as in nuking and also everything you could possibly need for raids

Discord Panel Discord Panel is an AIO panel for Discord that aims to have all the needed tools related to user token interactions, as in nuking and al

null 11 Mar 30, 2022
Linkvertise-bypass - Tools pour bypass les liens Linkvertise

Installation | Important | Discord ?? Comme Linkvertise bypass est gratuit, les

GalackQSM 3 Aug 31, 2022
Linkvertise-Bypass - Bypass Linkvertise advertisement

Linkvertise-Bypass Bypass Linkvertise advertisement ?? instructions Copy And Pas

Flex Tools 4 Jun 10, 2022
Live Coding - Mensageria na AWS com Amazon SNS e Amazon SQS

Live Coding - Mensageria na AWS com Amazon SNS e Amazon SQS Repositório para o Live Coding do dia 08/12/2021 Serviços utilizados Amazon SNS Amazon SQS

Cassiano Ricardo de Oliveira Peres 3 Mar 1, 2022
Best DDoS Attack Script Python3, Cyber Attack With 40 Methods

MXDDoS - DDoS Attack Script With 40 Methods (Code Lang - Python 3) Please Don't Attack '.gov' and '.ir' Websites :) Features And Methods ?? Layer7 GET

null 7 Mar 7, 2022
First Party data integration solution built for marketing teams to enable audience and conversion onboarding into Google Marketing products (Google Ads, Campaign Manager, Google Analytics).

Megalista Sample integration code for onboarding offline/CRM data from BigQuery as custom audiences or offline conversions in Google Ads, Google Analy

Google 76 Dec 29, 2022
A simple python script for rclone. Use multiple Google Service Accounts and cycle through them.

About GSAclone GSAclone is a simple python script for rclone, written with the purpose of using multiple Google service accounts on Google Drive and "

Shiro39 6 Feb 25, 2022
A simple Python API wrapper for Cloudflare Stream's API.

python-cloudflare-stream A basic Python API wrapper for working with Cloudflare Stream. Arbington.com started off using Cloudflare Stream. We used the

Arbington 3 Sep 8, 2022
Fast and multi-threaded script to automatically claim targeted username including 14 day bypass

Instagram Username Auto Claimer Fast and multi-threaded script to automatically claim targeted username. Click here to report bugs. Usage Download ZIP

null 265 Dec 28, 2022
Google scholar share - Simple python script to pull Google Scholar data from an author's profile

google_scholar_share Simple python script to pull Google Scholar data from an au

Paul Goldsmith-Pinkham 9 Sep 15, 2022
CoWIN Vaccination slot booking telegram bot with auto captcha resolver & alerting feature.Now, never miss a slot.

COWIN VACCINATION SLOT AUTO BOOKING (Bot with captcha solving & alerting capabilities. Never miss the vaccine slot.) June-10-2021/ 0030 hrs: 23 succes

Shashank Bafna 17 Nov 12, 2022
A Telegram Bot which will ask new Group Members to verify them by solving an emoji captcha.

Emoji-Captcha-Bot A Telegram Bot which will ask new Group Members to verify them by solving an emoji captcha. About API: Using api.abirhasan.wtf/captc

Abir Hasan 52 Dec 11, 2022
A discord token creator that uses the service capmonster for captcha solving!

Discord Token Creator A discord token creator that uses the service capmonster for captcha solving! Report Bug · Request Feature Features Autojoin dis

dropout 41 Oct 25, 2021
A python library for anti-captcha.com

AntiCaptcha A python library for anti-captcha.com Documentation for the API Requirements git Install git clone https://github.com/ShayBox/AntiCaptcha.

Shayne Hartford 3 Dec 16, 2022
Create Discord Accounts Semi-Automatically Without Captcha Solving API Key

Discord-Account-Generator Create Discord Accounts Semi-Automatically without captcha solving api key IMPORTANT: Your chromedriver version should be th

NotSakshyam 11 Mar 21, 2022
Solves bombcrypto newest captcha

Solves Bombcrypto newest captcha A very compact implementation using just cv2 and ctypes, ready to be deployed to your own project. How does it work I

null 19 May 6, 2022
A simple telegram Bot, Upload Media File| video To telegram using the direct download link. (youtube, Mediafire, google drive, mega drive, etc)

URL-Uploader (Bot) A Bot Upload file|video To Telegram using given Links. Features: ?? Only Auth Users (AUTH_USERS) Can Use The Bot ?? Upload YTDL Sup

Hash Minner 18 Dec 17, 2022