Skip to content

Overhead2 is a python script to preform DoS against a target

License

Notifications You must be signed in to change notification settings

hacknation-anonops/Overhead2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Overhead2 is a python script to preform DoS against a target

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages