tloopsk / overload

πŸ“‘ Overload DDOS Tool (Layer 7)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“‘ DDOS Tool (Layer 7)

πŸ’» Main Window:

πŸŒ™ Installation:

Windows

  • Download Python 3.8 here
  • Open the installer and click on: add python to PATH
  • Download overload here
  • Open CMD or PowerShell in the overload directory
  • Execute this command: pip3 install -r requirements.txt or python -m pip install -r requirements.txt

Linux

sudo apt update
sudo apt install python3 python3-pip git -y
git clone https://github.com/7zx/overload
cd overload/
pip3 install -r requirements.txt or python -m pip install -r requirements.txt

Termux

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

❓ How To Use:

The basic command to be able to execute Overload:

python3 overload.py --time XXX --threads XXX --target [URL] --method HTTP

Example:

python3 overload.py --time 5000 --threads 550 --target http://127.0.0.1/ --method HTTP

πŸ’° Donate:

BTC: bc1qhsdvfaee48qpauxzyccyjjxd7laggmlvyzketh
ETH: 0xA438762F645A4DcE1a4c7be66D0E787B8cDb30bd
PayPal: https://paypal.me/goncalopolido

About

πŸ“‘ Overload DDOS Tool (Layer 7)

License:GNU General Public License v3.0


Languages

Language:Python 99.8%Language:PowerShell 0.1%Language:Roff 0.0%Language:Batchfile 0.0%