SecurityInnovation / AuthMatrix

AuthMatrix is a Burp Suite extension that provides a simple way to test authorization in web applications and web services.
MIT License
614 stars 113 forks source link

Allow enabling/disabling of users, request, and chains #51

Closed ArneSwinnen closed 6 years ago

ArneSwinnen commented 7 years ago

It would be extremely useful to allow temporary enabling/disabling of users. For example, when I want to quickly check whether a DELETE request can be performed by other users than the owner, I would like to exclude the owner for this request run.

I would see this as a simple checkbox in front of each user row in the user table, which will be taken into account in the request table (no request sent for unchecked but existing users).

mickayz commented 6 years ago

Added right click options to chains, requests, and users in commit 9700263