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

Highlighting the parts of HTTP response at IHttpListener

Anton | Last updated: Nov 07, 2018 11:48PM UTC

Hey, I am developing small extension and I need analyze all HTTP responses and highlight some of their parts. I noticed that I should use applyMarkers callback to highlight them, but I do not understand either I can use this callback inside IHttpListener. This callback does not add the markers to analyzed messageInfo but only returns new IHTTPRequestResponse object and the markers obviously are not applied to the current analyzed message. Can I do this in some way or the markers only works through scan issues? Thanks a lot!

PortSwigger Agent | Last updated: Nov 09, 2018 08:39AM UTC