Burp Suite User Forum

Create new post

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

Hi Did you have any further questions on the Extender API? We have some example extensions that can help you get started here: https://portswigger.net/burp/extender

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