1.HULK

HULK DoS tool ported to Go with some additional

features.

Installation :

$ apt update && apt upgrade

$ apt install git

$ apt install python2

$ git clone https://github.com/grafov/hulk

$ cd hulk

$ chmod +x *

usage :

$ python2 hulk.py [url]


***************************************************

2.Golden Eye

GoldenEye is an python app for SECURITY TESTING

PURPOSES ONLY!

GoldenEye is a HTTP DoS Test Tool. Attack Vector

exploited: HTTP Keep Alive + NoCache

Installation :

$ apt update && apt upgrade

$ apt install git

$ apt install python2

$ git clone https://github.com/jseidl/GoldenEye

$ cd GoldenEye

$ chmod +x *

Run :

$ python2 goldeneye.py [url]

**********************************************