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

API extensions

Rogan | Last updated: Oct 06, 2017 01:34PM UTC

Hi, I wrote an extension some time ago, but abandoned it due to missing API functionality. In particular, I needed the following: Ways to save extension state along with the rest of the saved state. While I could ask users to save it to a separate file, and load it again later, that seems likely to result in corruption and inconsistent state. Ways to obtain a listing (and contents) of ALL requests/responses that Burp knows about, from all tools and extensions. While it is possible to be informed of requests/responses as they are being made/received, it is not possible to retrieve this information when the state is reloaded. My extension makes use of information from every request/response, and needs to be able to reconstruct this state when a session is reloaded.

PortSwigger Agent | Last updated: Oct 06, 2017 01:52PM UTC