Getting Started with Burp Suite
Burp Suite Documentation
Take a look at our Documentation section for full details about every Burp Suite tool, function and configuration option.
Full Documentation Contents | Burp Projects |
Suite Functions | Burp Tools |
Options | Using Burp Suite |
Burp Extender
Burp Extender lets you extend the functionality of Burp Suite in numerous ways.
Extensions can be written in Java, Python or Ruby.
API documentation | Writing your first Burp Suite extension |
Sample extensions | View community discussions about Extensibility |
Issue with the order of proxy requests under 'site map'
Hello,
We have observed that the HTTP requests intercepted by the Burp proxy, in 'Site map' tab were arranged in alphabetical order (not in the order of sequence of the recording). So, when we send these requests to scanner, they were being executed by the same order, as in the 'site map' (alphabetical order). However, this feature doesn't create the appropriate application flow. Is there possibility of making these requests appear in the order of recording (as per the application flow)?
The Proxy history is a historical record of requests in the order that they happened. The site map is a tree structure that holds one item per unique request, organized by URL.
If you want to scan items in the order that the requests were originally made, then bulk select the relevant items in the Proxy history, and send for scanning from the context menu.