
Burp Decoder is a tool that allows the tester to convert raw data into
encoded data or to take encoded data and convert it back to plain text. For all the Practical we will be using OWASP Juice Shop which is running on a docker instance.
Working with Burp Decoder
The following are the steps you can go through to use Burp Decoder:
1. Open the Firefox browser and enable the network proxy from the Foxyproxy extension.
2. In the Firefox browser, visit the OWASP Juice Shop application and log in to the application.
3. Find the HTTP request you just generated from your browser within the HTTP history tab. Highlight
the token value, right-click, and select "Send to Decoder".

4. Go the Decoder tab, in the "Decode as…" drop-down as follows, select
Base64. Note the results in another editor and we can view the result in a plain text. Using decoder we are successfully able to decode the token value and able to see the token value in plain text.

Congratulations! finally, we know how to work with the Burp Decoder tab. In the next Part, we will discuss the Burp Comparer tab.
#burpsuite #burpsuitetutorial #burp #webapplicaitonpentesting
Comments
Post a Comment