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

Add a custom tab in the Response viewer

sherlock | Last updated: Aug 16, 2023 07:16AM UTC

I am writing an extension that dynamically encrypts/decrypts all request/response payloads. In the Burp Logger, I am adding a custom tab to the HTTP Message Editor by implementing `IMessageEditorTab` interface. The custom tab appears in the "Request" pane, to the right of the "Hex" tab, and shows the decrypted payload from the request sent from the browser, as expected. Now, I want to add another similar custom tab in the "Response" pane that will show the decrypted payload from the response. But, I cannot find a way to do that. Is the HTTP Message Editor embedded only inside the Request pane, not in the Response pane. Any idea how can I achieve what I want to do?

Hannah, PortSwigger Agent | Last updated: Aug 16, 2023 10:14AM UTC