SecurityInnovation / AuthMatrix

AuthMatrix is a Burp Suite extension that provides a simple way to test authorization in web applications and web services.
MIT License
614 stars 113 forks source link

Idea: Some form of looping in request order #62

Open mickayz opened 6 years ago

mickayz commented 6 years ago

This definitely needs more thought, but there is a use case for looping the same requests multiple times before moving on to the next one. For instance, if a request is to check the status of an operation, you would want to run that until the operation had finished before moving on.