-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hex encoding support #9
Comments
Hi, I join the request, it would be great! |
Hi @lovelyjuice Your application is HEX Encoding the string after encryption instead of Base64? If yes, that could be added with one additional UI component where one can select an encoding mechanism after encryption. |
It would be great, it happens the same to me |
You need to change the following this.helpers.base64Decode and this.helpers.base64Encode to call your custom hex encode and decode function. (Burp interface does not provide any hex encoding/decode https://portswigger.net/burp/extender/api/burp/IExtensionHelpers.html, you have to code methods yourself) After changing the method just compile the project (https://portswigger.net/burp/extender/api/burp/IExtensionHelpers.html) |
These request body and response body use hex encoding rather than base64.
The text was updated successfully, but these errors were encountered: