Skip to content

Fix double-add issue#2

Open
ttyA0 wants to merge 2 commits intoPortSwigger:masterfrom
ttyA0:master
Open

Fix double-add issue#2
ttyA0 wants to merge 2 commits intoPortSwigger:masterfrom
ttyA0:master

Conversation

@ttyA0
Copy link

@ttyA0 ttyA0 commented Aug 29, 2023

Issue: In the recent versions of Burp Suite Pro, when adding requests to AuthMatrix from other tools (Proxy, Repeater), all the requests are added twice, as shown in the screenshots below.

2023-08-29_12-55
2023-08-29_12-56

It was discovered that when the "Send request(s) to AuthMatrix" menu item is clicked on, the addRequestsToTab function is called twice. This is probably caused by how underlying components (Burp or Jython) handles adding a
function (instead of a ActionListener instance) as the argument to addActionListener.

@tgr420
Copy link

tgr420 commented Apr 14, 2025

Hi! I noticed this issue is still open and wanted to check if there's any update planned. Also, I’ve run into another problem — there doesn’t seem to be an option to use Find and Replace for the request body in AuthMatrix. This would be really useful for testing JSON-based APIs or POST requests. Would appreciate any updates or fixes. Thanks for the great tool!

@LukasV
Copy link

LukasV commented Dec 11, 2025

Hello there. Is there any reason for this to be still open? If not could it please be merged into main branch? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants