Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.09 KB

File metadata and controls

36 lines (24 loc) · 1.09 KB

overhead2

What is this?

Overhead2 is a python script that performs a DoS by overloading a web server with GET petitions. Also it can perform a DoS with POST requests and you can inject data (by defaul 100 characters are generated). In order to use all the power of the tool you should look for a GET petition that is heavy or takes some time to load, or find an unfiltred form that allow you to inject data.

Currently the proxy option isn't working and POST isn't finished at all

:exclamation: Requeriments

  • Linux system
  • Python 3.x
  • Requests library

Installation

Install Python3
$ pip install requests
$ git clone https://github.com/hacknation-anonops/Overhead2.git

How it works

GET

$ python overhead2.py -u target.com --get

$ python overhead2.py -u target.com -t 50 -p tor --get

POST

$ python overhead2.py -u target.com/?data= --threads 120 -p 44.44.44.44:80 --post