simioni87 / auth_analyzer

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

Send the edited request before the original request #6

Closed theblackturtle closed 3 years ago

theblackturtle commented 3 years ago

When you working with the DELETE/PUT method to delete/update somethings, but if the original sent first, the record is gone so the edited request will fail. It would be nice if auth_analyzer have this option :D

simioni87 commented 3 years ago

Please see https://github.com/simioni87/auth_analyzer#test-idempotent-operations

theblackturtle commented 3 years ago

Oh, I see the "Drop Original Requests". Thanks for the response.