HULK is a Denial of Service (DoS) tool used to attack web server by generating volumes of unique and obfuscated traffic.
HULK’s generated traffic also bypasses caching engines and hits the server’s direct resource pool.
This tool is used to test network device like firewall.
For installation:
Use github link for download hulk tool and click Download ZIP
Download Link: https://github.com/grafov/hulk/archive/master.zip
Use following command to extract zip:
#unzip hulk-master.zip

Right-click in extracted folder and click on Open in Terminal
Attack Examples:
#sudo python hulk.py <url address>
#sudo python hulk.py http://<IP>:<PortNo>/
#sudo python hulk.py http://192.168.0.80:80/

You can use Wireshark tool to see packets
Source IP: 192.168.136.129
Destination URL: https://192.168.1.80:80/
Subscribe us to receive more such articles updates in your email.
If you have any questions, feel free to ask in the comments section below. Nothing gives me greater joy than helping my readers!
Disclaimer: This tutorial is for educational purpose only. Individual is solely responsible for any illegal act.