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 request] - User supplied extra rules for difference algorithm #25

Open Regala opened 2 years ago

Regala commented 2 years ago

Hi folks!

Basically this would be a new option where the user could enter a couple of rules that would complement or override the checks used to consider if something is different or not. A quick example would be this:

The user could then append a rule saying if request_1 == 200 & if request_1 == 204 -> vulnerable

This could be iterated to also tweak the response length / difference analysis (that I'm not sure how it is done right now); so assuming it's something like if 95% equal -> vulnerable, the user could tweak the 95% to be e.g. 80%.

Just an idea, the extension already works perfectly. Thanks!