Burp Suite User Forum

Login to post

Expose Proxy History Meta Information for Extender API

Matt | Last updated: Jan 12, 2023 10:42PM UTC

Hi! Great product. The subject really says it all. I would really like to be able to access the meta information (timestamp, IP, etc.) for each request/response interaction from the Extender API so I can consume it within a plugin. Currently, the getProxyHistory() (see https://portswigger.net/burp/extender/api/burp/IBurpExtenderCallbacks.html#getProxyHistory--) does not return that information. If this information is already available please let me know but after spending an hour or so with a co-worker looking through the documentation I could not see where it was exposed.

Hannah, PortSwigger Agent | Last updated: Jan 16, 2023 09:54AM UTC

Hi This information is not currently exposed in either the Montoya API or the legacy Extender API. Depending on the sort of information you are looking for, there might be alternative ways to retrieve it. For example, destination and source IP addresses are exposed on InterceptedHttpMessage. Could you provide some more details on the sorts of information that you are looking for?

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