The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

How can I get all of the information which opened tabs in the Repeater?

Shin | Last updated: May 19, 2020 11:12AM UTC

I want to get all of the information which opened tabs in the Repeater tab. I read APIs in https://portswigger.net/burp/extender/api/ but I can't find out anyways to get that information. Is there any way to get it using extender API?

Uthman, PortSwigger Agent | Last updated: May 19, 2020 11:35AM UTC

Can you provide more detail on how your extension interacts with the Repeater and what you are trying to achieve? Do you want to retrieve the entire HTTP request and response from each individual Repeater tab? Are you using sendToRepeater? Or have you implemented your own tab in the Repeater? Can you share what you have done so far? (Or feel free to email us if you do not want to share the code publicly)

Shin | Last updated: May 20, 2020 04:46AM UTC

I only want to retrieve the entire HTTP request and response from each Repeater tab.

Uthman, PortSwigger Agent | Last updated: May 20, 2020 08:54AM UTC