delvelabs / vane2

WordPress version identification and vulnerability finder.
GNU General Public License v2.0
28 stars 9 forks source link

Missing Custom Header Feature #5

Open caglarsayin opened 4 years ago

caglarsayin commented 4 years ago

Hello

When I was using vane, I have to use a custom header and now I patched the hammertime to add a specific header for request.

Is it possible to add this feature? I can even do pull request?

Thank you

lphuberdeau commented 4 years ago

Sorry about the delay.

You can absolutely submit a PR for this. HammerTime has a heuristic to patch headers. Tachyon uses it to set the user agent among other things.

https://github.com/delvelabs/tachyon/blob/master/tachyon/config.py#L77