AlaBouali / cool_ddos_tools

this is a repo containing sophisticated and advanced DDoS tools and botnets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some cool D(D)oS tools that i have developed based on "bane"

Context:

This repo contains sophisticated and advanced DDoS tools and botnets based on TOR. When allowing the attack to go through TOR's network using "bane" library, each request exits from random and different exit node ( = different IP for each request ) to mimic a large botnet thanks to its capabilities to reach more than 10k requests per second for some tools.

DISCLAIMER

This repo is intended exclusively for educational purposes and ethical use with the explicit permission from the people who this tool is used against. The author of this code expressly disclaims any responsibility for any misuse or improper application of this library. It is imperative to emphasize that the user, and the user alone, bears full accountability for their actions when utilizing this library. Any legal ramifications stemming from the misuse of this library are solely the responsibility of the user, and the author shall not be held liable for any such consequences. By utilizing this library, users are acknowledging their understanding and acceptance of these terms and conditions.

installing Git:

for windows:

download Git from https://git-scm.com/download/win

for linux:

sudo apt-get update -y && sudo apt-get install git -y

for termux:

apt update -y && apt install git -y

installing Tor:

for windows:

download Tor Browser from https://www.torproject.org/download/. Then, open the browser and connect so you become connected to TOR's network as long as it is opened.

for linux:

sudo apt-get update -y && sudo apt-get install tor -y to run TOR service:
sudo service tor start

for termux:

apt update -y && apt install tor -y to run TOR service:
tor

cloning the repo:

git clone https://github.com/AlaBouali/cool_ddos_tools cd cool_ddos_tools

installation:

for windows / termux :

pip3 install -r requirements.txt

for linux:

sudo pip3 install -r requirements.txt

Running the tools:

HTTP Flood tool: ( up to 10k requests per second from 1 machine )

python3 ./HTTP/http_flooder.py

About

this is a repo containing sophisticated and advanced DDoS tools and botnets


Languages

Language:Python 100.0%