CoreyD97 / Stepper

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

delay settings #60

Closed danielyoureelewis closed 1 year ago

danielyoureelewis commented 2 years ago

I am not sure if i have done this correctly.

I made some changes to the control panel that allow sequence and step delays. I think this may solve at least part of https://github.com/CoreyD97/Stepper/issues/36.

iamyuthan commented 1 year ago

That's a great work. However, adding delay after a step is not a big challenge as we can add a step to execute delay using a separate request.

I use http://[httpstat.us/200](http://httpstat.us/200) for adding delay after a specific endpoint calls, we can increase the delays by mentioning the numbers in milliseconds instead of the 200 in the URL. It is pretty straight forward, and the URL is accessible from anywhere.

Until the feature is approved, people can use this option to add delay between the steps. Also, this balances the load of the code usage for stepper.

Check the official site http://[httpstat.us](http://httpstat.us/)/ for more options of the usage.

CoreyD97 commented 1 year ago

Thanks for the pull request, and sorry for the delay in handling it. Unfortunately I'm planning on restructuring a lot of the extension which will interfere with these changes. Though, since this seems to be a popular feature request I'll make sure to implement it with my changes.