Burp Suite User Forum

Create new post

Issue Marker Creation

John | Last updated: Sep 29, 2021 03:15PM UTC

Hello, Do you have any guidance as to where I can reference if I want to create a simple extension that marks applicable portions of requests and responses in already created issues so that it carries over when exporting an xml for reporting? For a simple use case, I want to highlight a portion of the request in issue reported by the scanner and have the ability to add an additional marker to it.

Hannah, PortSwigger Agent | Last updated: Sep 30, 2021 07:54AM UTC

Hi Have you had a look at the "IHttpRequestResponseWithMarkers" class? You can use IBurpExtenderCallbacks.applyMarkers() to provide a list of marker points. You can find some example extensions here: - https://portswigger.net/burp/extender#SampleExtensions

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