Burp Suite User Forum

Login to post

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

Hi Would Burp's Intruder Tool or the Turbo Intruder extension help you achieve what you are trying to do with your extension? https://portswigger.net/burp/documentation/desktop/tools/intruder https://portswigger.net/bappstore/9abaa233088242e8be252cd4ff534988

You need to Log in to post a reply. Or register here, for free.