simioni87 / auth_analyzer

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

Match-Replace only works on single instance #34

Closed dubey-amit closed 2 years ago

dubey-amit commented 2 years ago

Match and Replace only replaces one occurrence of the matched value. Let's suppose, user-id in my request occurs 2 times but match and replace will only replace the first instance of the user-id.

simioni87 commented 2 years ago

Thanks for your input, of course this makes sense.

simioni87 commented 2 years ago

Fixed with the latest release