CoreyD97 / Stepper

A natural evolution of Burp Suite's Repeater tool
GNU Affero General Public License v3.0
194 stars 38 forks source link

Support variable in HTTP Service #25

Open floyd-fuh opened 4 years ago

floyd-fuh commented 4 years ago

It would be convenient to have a global variable, let's say with the value "test.example.org", that is then accepted in the HTTP service (where the request should be sent to). Because if you switch the environment, let's say to "integration.example.org", you only need to change the global variable.

It already works for Host header, so I just need it to work for the HTTP service as well. If that would only accept global variables that would probably be enough.