Coder Social home page Coder Social logo

hyukisback / karma-ddos Goto Github PK

View Code? Open in Web Editor NEW
566.0 11.0 245.0 135 KB

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

License: MIT License

Python 100.00%
cloudflare attack ddos bypass cloudflarebypass ddos-attacks python layer7 layer7bypass amazon-bypass

karma-ddos's Introduction

karma-ddos's People

Contributors

hyukisback avatar yoneisback avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

karma-ddos's Issues

.

Will there be Karma V2?

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)

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'

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.

How do you use layer4

How do u you use layer 4 it doesnt work on python nor does it work on cloudshell?

:)

Please delete the methods without a proxy they are useless, add a command to automatically get a proxy, add more services with a proxy

update?

hey, when is new update coming out lots of the methods are broken and crash.

hi

Hey! could help you in developing Karma DDoS? I can put this: methods for layer 7, 4, 3 and tools like: ip lookup, dns lookup and more

Proxy.txt

this mesage is coming: You Need Proxy File ( ./proxy.txt )
how do i add or download proxies?

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

new method

Please add a new method PPS in MHDDOS and autoproxy

proxy

can I use a proxy with a password? Format {login}:{password}@{ip}:{port}

[Bug]Bypass failed

Good Project!
But cant bypass CFPro in dstat.cc :)
method cfsoc and cfpro

cfreq / cfsoq error

when ever i try to attack something with cfreq or cfsoq i get this error

[*] Bypassing CF... (Max 60s)
Traceback (most recent call last):
File "browser.py", line 1173, in
if get_cookie(target):
File "browser.py", line 70, in get_cookie
driver = webdriver.Chrome(options=options)
File "/usr/local/lib/python3.8/dist-packages/undetected_chromedriver/init.py", line 453, in init
super(Chrome, self).init(
TypeError: init() got an unexpected keyword argument 'executable_path'

read

Nice panel :D!
image

tool not working after entering main.py command

when i type python3 main.py it give me a traceback to the most recent call here is the error:

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/requests_toolbelt/_compat.py", line 48, in
from requests.packages.urllib3.contrib import appengine as gaecontrib
ImportError: cannot import name 'appengine' from 'requests.packages.urllib3.contrib' (/usr/local/lib/python3.11/dist-packages/urllib3/contrib/init.py)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/h/Downloads/KARMA-DDoS/main.py", line 3, in
import os, threading, requests, sys, cloudscraper, datetime, time, socket, socks, ssl, random, httpx
File "/usr/lib/python3/dist-packages/cloudscraper/init.py", line 10, in
from requests_toolbelt.utils import dump
File "/usr/lib/python3/dist-packages/requests_toolbelt/init.py", line 12, in
from .adapters import SSLAdapter, SourceAddressAdapter
File "/usr/lib/python3/dist-packages/requests_toolbelt/adapters/init.py", line 12, in
from .ssl import SSLAdapter
File "/usr/lib/python3/dist-packages/requests_toolbelt/adapters/ssl.py", line 16, in
from .._compat import poolmanager
File "/usr/lib/python3/dist-packages/requests_toolbelt/_compat.py", line 50, in
from urllib3.contrib import appengine as gaecontrib
ImportError: cannot import name 'appengine' from 'urllib3.contrib' (/usr/local/lib/python3.11/dist-packages/urllib3/contrib/init.py)

[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

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

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.

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

用不了啥情况?

进KRMA界面后输入tcp 攻击网站 100 30后提示Unknown command. type 'help' to see all commands. 哪位大佬教教我?

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

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.