grafov / hulk

HULK DoS tool ported to Go with some additional features.
http://siberian.laika.name/node/7
GNU General Public License v3.0
816 stars 462 forks source link

Some changes to improve this tool #7

Closed rsrdesarrollo closed 6 years ago

rsrdesarrollo commented 6 years ago

Hi,

I have fix the next issues:

I have add the next features:

Example: for example the command

hulk -safe -site http://localhost:8888 -headers "x-custom: lalala" -headers "accept-charset: utf-8" -data "da_my_post=data"

Will add custom header x-custom, overwrite accept-charset header (or other) and perform a POST with body "da_my_post=data"

grafov commented 6 years ago

@rsrdesarrollo thank you for this contribution! Sorry for later merging :)