simioni87 / auth_analyzer

Burp Extension for testing authorization issues. Automated request repeating and parameter value extraction on the fly.
MIT License
185 stars 48 forks source link

Feature #48

Open jaikishantulswani opened 1 month ago

jaikishantulswani commented 1 month ago

@simioni87 Add a feature in the settings tab which check box like user have option to check box GET POST PUT PATCH to check every request on the checked methods. Also add a context menu to send multiple repeater tabs request to auth analyzer in one go.

simioni87 commented 1 month ago

Despite my best efforts, I don't quite understand what you mean by the first feature request. If you want to automatically repeat a request with a different HTTP method, you can use the 'match and replace' function (just create a separate session for each method). Besides that, you are always welcome to implement new features and submit a pull request. If the new feature is meaningful from my point of view as well, I'll be happy to merge your pull request.

jaikishantulswani commented 1 month ago

@simioni87 Thank you for your response, but it would be good to have this feature of testing each request with different cookie / auth token with different methods like GET POST PUT while dropping the original request which is not possible in match and replace.