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

Extract a single value from each response

chandraveer | Last updated: Sep 04, 2019 07:31AM UTC

I want a list of values of a particular parameter from each response.

Liam, PortSwigger Agent | Last updated: Sep 04, 2019 03:23PM UTC

Are these responses in the HTTP proxy history? What format do you need to produce the list? Could we ask what the use case is for this function?

Burp User | Last updated: Sep 04, 2019 05:53PM UTC

Use the "Grep Values" tab of the "Logger++" extension...

Mike, PortSwigger Agent | Last updated: Sep 05, 2019 10:42AM UTC

If you have a look at our Extender API documentation https://portswigger.net/burp/extender/api/ The interface IResponseInfo contains methods that return data about a specific response, is this the type of thing your looking for?

Burp User | Last updated: Sep 09, 2019 06:41AM UTC