Giter Site home page Giter Site logo

miaoyas1 / overload Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 7zx/overload

0.0 0.0 0.0 32.68 MB

πŸ“‘ Overload DDOS Tool (Layer 7)

Home Page: https://7zx.github.io/overload/

License: GNU General Public License v3.0

Python 97.13% Makefile 2.87%

overload's Introduction

πŸ“‘ DoS Tool (Layer 7)

πŸ’» Preview

πŸŒ™ Installation

Windows


Download Python 3.10 here, open the installer and click on add python to PATH. Next, download overload here and open CMD or PowerShell in its directory. If you'd rather run the application without a Virtual Enviroment, execute:

python3 -m pip install -r requirements.txt
python3 overload.py

Although you can run it without a Virtual Enviroment, we highly recommend you to create one for your application. If you have make utility on your system just execute:

make setup
make run

If you don't have make, then execute:

curl -sSL https://install.python-poetry.org | python3
poetry install --without dev
poetry run python3 overload.py


Linux


sudo apt update
sudo apt install python3 python3-pip git -y
git clone https://github.com/7zx/overload
cd overload/

# With a Virtual Enviroment
make setup
make run

# Without a Virtual Enviroment
python3 -m pip install -r requirements.txt
python3 overload.py


Termux


pkg update
pkg install python3 python3-pip git -y
git clone https://github.com/7zx/overload
cd overload/
pip3 install -r requirements.txt
python3 overload.py


❔ How To Use


Once the application has been opened, choose the attack method (HTTP or Slowloris), for how long the attack will take over (in seconds), how many threads (or sockets) will attack the target, if the attack will use public global proxies (HTTP only) for IP spoofing, the sleep time of the sockets (Slowloris only), and the target URL itself.

HTTP GET Attack Example:

β”œβ”€β”€β”€DOS TOOL LAYER 7
β”‚   β”œβ”€β”€β”€METHOD (HTTP or Slowloris): HTTP
β”‚   β”œβ”€β”€β”€TIME: 600
β”‚   β”œβ”€β”€β”€THREADS: 800
β”‚   β”œβ”€β”€β”€USE PROXY: 0 (False)
β”‚   └───URL:https://github.com/7zx/overload

Slowloris Attack Example:

β”œβ”€β”€β”€DOS TOOL LAYER 7
β”‚   β”œβ”€β”€β”€METHOD (HTTP or Slowloris): Slowloris
β”‚   β”œβ”€β”€β”€TIME: 300
β”‚   β”œβ”€β”€β”€SOCKETS: 200
β”‚   β”œβ”€β”€β”€SLEEP TIME: 15
β”‚   └───URL:https://github.com/7zx/overload

If the case, the threads will initialize and connect to elite-anonymity public proxies, and if not, your IP will be used on the requests. We do not own the proxy servers and do not respond for anything that they may do (like leaking your actual IP); they are hosted by volunteers and their addresses are retrieved through the Proxy Scrape API.



⚠ Disclaimer


This application is intended to be used as a testing tool against your own servers. DO NOT USE IT TO ATTACK OTHER PEOPLE, we don't take responsability for anything that may come up if you attack someone else.

overload's People

Contributors

7zx avatar tskxz avatar joao-vitor-souza avatar

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.