Quitten / Autorize

Automatic authorization enforcement detection extension for burp suite written in Jython developed by Barak Tawily in order to ease application security people work and allow them perform an automatic authorization tests
928 stars 196 forks source link

Update the regex of common files #100

Closed zi0Black closed 1 year ago

zi0Black commented 2 years ago

The original regex match pages like .jsp or .jsf which are used as JavaServer Pages/Faces in some Java-based applications and used to dynamically generate pages (like PHP but for Java).

Regex 101 is self-explaining: https://regex101.com/r/NMFThd/1

Regex: (\.js|\.css|\.png|\.jpg|\.svg|\.jpeg|\.gif|\.woff|\.map|\.bmp|\.ico)(?![a-z]+)[?]*[\S]*$

Quitten commented 1 year ago

Thank you very much for contributing! Much appriciated 👍