SecurityInnovation/AuthMatrix

Idea: Searching Requests Table

berney opened this issue · 1 comments

In complex applications the Requests Table can get out-of-hand. It would be nice to be able to sort and to search the requests similar to other tabs in Burp (e.g. Target and Proxy tabs).

As it stands right now, if you add a URL, add a bunch more unrelated, and then add another similar to the first one, they are not in a logical order and you cannot move (renumber) them, nor sort them, nor search them. It can be become slow to determine if a URL in already in the matrix or not.

Currently you are in fact able to reorder requests using drag-and-drop. Note that this affects the order in which those requests are run. The ID will stay the same however.

I will look into adding a search functionality as that may be useful.