swisskyrepo / SSRFmap

Automatic SSRF fuzzer and exploitation tool
MIT License
2.99k stars 521 forks source link

[enhancement request] Add custom injection point #28

Open ResistanceIsUseless opened 4 years ago

ResistanceIsUseless commented 4 years ago

Sometimes it might be needed to have an injection point after a specific place in the saved request. Such as vulnparam=test;

If you we're to define -p vulnparam using SSRFMap it would likely scrub the parameter value. It would be nice to have a bit more control over where the SSRF payload is placed if you wanted.