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

Extender API to add additional Decoder algorithms

Dennis | Last updated: Oct 25, 2016 10:07AM UTC

Currently, there is no option to add additional algorithms to the "Decoder" from within an extension. For my first developed extension, I need(ed) base64url encoding/decoding to be supported and had to add an additional tab panel to my extension. My feature request is to extend the "Extender API" to support custom "Decoder" algorithms. To mitigate any issues regarding two extension offering the same additional algorithm, it might be useful to add the extension's identifier to the algorithm name.

Burp User | Last updated: Sep 08, 2017 03:25PM UTC