Burp Suite User Forum

Create new post

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

I would also like to see this feature. Extension developers could easily extend the Decoder to handle for instance: - Custom (de)compression and (de)serialization - Structure HTML, JS, JSON, XML etc. with various beautifiers - Context-aware encoding - Hashing algorithms such as MD5, SHA-2, bcrypt etc.

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