This is a Burp Extension for beautifying JSON and JavaScript output to make the body parameters more human readable. It is diffcult for web application security researchers to analyse the JS files which are compressed to increase the loading speed. This Burp Suite open source extension makes it easier to analyse displaying decompressed version of such resources.
JS files of http://jsbeautifier.org/
- Download Burp Suite : http://portswigger.net/burp/download.html
- Download Jython standalone JAR: https://www.jython.org/download
- Open burp -> Extender -> Options -> Python Environment -> Select File -> Choose the Jython standalone JAR
- Install packages from requirements.txt using pip install -r requirements (use jython's pip!)
- Specify "Folder for loading modules" in Extender->Options->Python environment. It should reflect your global or virtualenv site-packages. E.g. "C:\jython2.7\lib\site-packages" for WIN, or /opt/jython/Lib/site-packages fo Archlinux. If you use virtualenv (you should!) - it would be /path/to/virtualenv/Lib/site-packages.
- Download the extension .py file.
- Open Burp -> Extender -> Extensions -> Add -> Choose the file.
This extension has been tested on Burp Suite Pro v2.1.01