Burp Suite User Forum

Create new post

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

Hi Do your issues have evidence (IHttpRequestResponses) associated with them on the object? If you generate an HTML report as a test, does that have the evidence attached to the relevant issues?

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