Giter Club home page Giter Club logo

overload's Introduction

πŸ“‘ DDOS Tool (Layer 7)

πŸ’» Preview

πŸŒ™ Installation

Windows


Download Python 3.10 here;

Open the installer and click on add python to PATH;

Download Overload here;

Open CMD or PowerShell in the overload directory;

If you'd rather run the application without a Virtual Enviroment, execute:

python3 -m pip install -r requirements.txt

To install dependencies, and:

python3 overload.py

To run the application.

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

And once the VEnv is created, you can run the application whenever you want executing:

make run

If you don't have make, then install Poetry with:

curl -sSL https://install.python-poetry.org | python3 -

Create a Venv and install its dependencies executing:

poetry install --without dev

And finally, run the program:

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 opened, enter for how long the attack will take over (in seconds), how many threads will attack the target, and the target URL itself.

Example:

β”œβ”€β”€β”€DDOS TOOL LAYER 7
β”‚   β”œβ”€β”€β”€TIME:1000
β”‚   └───THREADS:500
β”‚   └───URL:https://github.com/7zx/overload

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.