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

Create multiple HTTP requests from a single intercepted proxy request

Vineeth | Last updated: Dec 20, 2022 03:18PM UTC

Hello Team, I have my proxy listener on. I am trying to write a burp extension in python to loop over a list of payloads and replace the parameters in the body with the elements of the payloads list. I was not able to achieve this using processProxyMessage function. The processProxyMessage reads only the first element from the payloads list. How can I generate multiple HTTP requests from a single intercepted HTTP request?

Michelle, PortSwigger Agent | Last updated: Dec 21, 2022 11:43AM UTC