This is a simple plugin for Burp Suite that encodes HTTP requests in Base32 format.
- Download the burp32.py file to your computer.
- Open Burp Suite and go to the "Extender" tab.
- Click on the "Extensions" tab and then click the "Add" button.
- In the "Extension Details" dialog, select "Python" as the extension type and browse to the burp32.py file.
- Click "Next" and then "Finish".
To encode an HTTP request in Base32 format, right-click on the request in the "Proxy" tab and select "Encode request in Base32" from the context menu.
The encoded request will be printed to the Burp Suite output console and the request in the "Proxy" tab will be updated with the encoded request.