JSON/JS-Beautifier¶
Description¶
The JSON/JS-Beautifier extension is used to modify JSON and JavaScript output to make the body parameters human-readable.
Steps to Install¶
- Download the Jython jar file from https://www.jython.org/download.
- Start Burp Suite.
- Go to the Extender tab.
- Navigate to the Options tab.
- Install the packages
jsbeautifier
andsix
using pip install (Jython pip install). - In the Python environment, click on the select file option and upload the downloaded jar file.
- Specify the folder (for Windows - C:\jython2.7\lib\site-packages or for Linux /opt/jython/Lib/site-packages), then select the folder option.
- Download the JSBeautifier file from https://github.com/PortSwigger/json-js-beautifier/blob/master/JSBeautifier.py.
- Go to the Extension Tab, click on Add option, and select the file.