CoreyD97 / Stepper

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

[Enhancement] Add the ability to pass initial variables into X-Stepper-Execute-Before sequences. #46

Open CoreyD97 opened 3 years ago

CoreyD97 commented 3 years ago

As the title suggests.

Useful in scenarios where you want to bruteforce a sequence, but the injection point is within the sequence itself.

er4z0r commented 3 years ago

Maybe this could be done by adding another header like:

X-Stepper-Execute-Before-Vars: VAR1="value1"; VAR2="value2" ...