SecurityInnovation / AuthMatrix

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

Feature: Read-only results #76

Open v-p-b opened 5 years ago

v-p-b commented 5 years ago

I like to see my AuthN/AuthZ results in one beautifully colored table, and AuthMatrix is a great tool for this. However, I regularly click on the wrong part of a result record, that invalidates that result, losing the corresponding req-resp pairs and the colors. This is problematic, as not all test cases are trivial to run again (e.g. delete a resource with a particular ID).

It would be useful if one could mark result records as read-only, so one can't unintentionally invalidate them.