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

Repeater Tab - IMessageEditorTab.getMessage

ozzi | Last updated: Feb 13, 2020 08:44AM UTC

Hi there I am having trouble getting the Repeater Functionality to run with my Burp Extension JSON Web Tokens. Since I implement IMessageEditorTab, the tab is there in the Repeater View. When making edits to the tab and sending the request, getMessage is called properly, however what is actually sent is the original request (or what can be found in the "raw" tab). Any ideas what might cause this behavior? Here the reference to getMessage: https://github.com/ozzi-/JWT4B/blob/master/src/app/controllers/JWTInterceptTabController.java#L318 Here the reference to where the controllers are registered: https://github.com/ozzi-/JWT4B/blob/master/src/burp/BurpExtender.java#L51 Cheers

Uthman, PortSwigger Agent | Last updated: Feb 18, 2020 08:42AM UTC

Hi Ozzi, Sorry for the late reply. Can you send us a screen recording of what you are doing to support@portswigger.net?

Uthman, PortSwigger Agent | Last updated: Feb 18, 2020 03:45PM UTC