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

Generate report with Burp API have no option to include XML requests/responses

Uptal | Last updated: Aug 26, 2024 01:03PM UTC

Hi, I am using below burp library for our extension. Library dependency: <dependency> <groupId>net.portswigger.burp.extender</groupId> <artifactId>burp-extender-api</artifactId> <version>2.3</version> </dependency> We are reading IScanIssue array and trying to generate scan report using IBurpExtenderCallbacks.generateScanReport() method. I am using XML format for report. In the xml file report, I don't see Http Request & Response details and also few more params which I can see on Burp UI. How do I generate the report with this Burp Extender API with Burp Suite Professional v2024.6.6, so it include the HTTP requests and responses? Thanks

Hannah, PortSwigger Agent | Last updated: Aug 28, 2024 04:36PM UTC