You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This extension is based on the following module/library :
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.
Before:
After:
Tested on:
This extension has been tested on Burp Suite Pro v2.1.01