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

Extension to encrypt body while sending request in Repeater

Save | Last updated: Jun 19, 2021 02:46PM UTC

In our company we have an API which waits encrypted body, not just plain text. I want to write extension which will intercept request, encrypt it's body and finally send a request. But it's seems impossible. I tried to use ISessionHandlingAction, while it kinda works, it replaces body in Repeater's request editor. Are there any other solutions?

Save | Last updated: Jun 19, 2021 05:52PM UTC

It seems like IHttpListener is what I needed. I didn't notice that it has setter.

Hannah, PortSwigger Agent | Last updated: Jun 21, 2021 10:35AM UTC