Burp Suite User Forum

Create new post

Gathering HTTP history externally

And | Last updated: Apr 05, 2019 10:37AM UTC

There is a way to connect to my Burp Suite and gather HTTP history? I checked REST API but it has only URLs for start a scan, or I can't find the proper URL to get all HTTP history

Liam, PortSwigger Agent | Last updated: Apr 05, 2019 10:39AM UTC

Could you clarify what you mean by connect to Burp Suite? You can copy links / urls or save items from the HTTP proxy history using the context menu.

Burp User | Last updated: Apr 05, 2019 12:09PM UTC

I dont' want to save HTTP history manually from context menu but programmatically, if there is a way to do this. Something like ZAP API, where I can get all session messages simply with a call( zap.core.messages).

Liam, PortSwigger Agent | Last updated: Apr 05, 2019 12:19PM UTC

This isn't something you can do with the REST API. You could use the getProxyHistory method in the extender API. This method returns details of all items in the Proxy history. - https://portswigger.net/burp/documentation/desktop/tools/extender#burp-extender-api

Burp User | Last updated: Apr 05, 2019 04:24PM UTC

Good! There is a method in the API to get in scope sites?

PortSwigger Agent | Last updated: Apr 08, 2019 09:12AM UTC

You can use callbacks.isInScope to filter the list of URLs.

You must be an existing, logged-in customer to reply to a thread. Please email us for additional support.