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

Orchestrate Repeater Requests

Ron | Last updated: Apr 27, 2016 10:28AM UTC

It is often needed to orchestrate or time (as in timing) a sequence of requests in relation to one another. Simple Examples: 1) Send Request '1' 2) Wait 1 second 3) Send Request '2' This is hard to do manually since we get no indication of the different send stages (Req, Waiting for server, Res) so we can't determine when the request has reached the server to time request 2 afterward (necessary for race condition exploits) -or- 1) Send Request '1' 2) Wait for Response 3) Send Request '2' Furthermore this could evolve into a simple tokenizing system where we take a value from the previous response (using regex for instance) and use it in the next request.

PortSwigger Agent | Last updated: Apr 28, 2016 07:53AM UTC