CoreyD97 / Stepper

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

New Variable Types e.g. Static, Prompt #13

Closed CoreyD97 closed 4 years ago

CoreyD97 commented 5 years ago

Add the ability for variables to be different types. For example: The static type will be defined by the user and left as is. The prompt type will prompt the user to input a value at time of execution. This will be useful for things like one time passcodes etc.

floyd-fuh commented 4 years ago

while you are at it, it would be good to have something like random. Having a random UUID for example can be achieved by allowing random numbers

CoreyD97 commented 4 years ago

Hey @floyd-fuh, I could implement something like that however it would be quite a lot of work as there's a ton of different ways the random numbers could be formatted etc, instead I'd recommend combining stepper with Hackvertor for this kind of scenario :smile: