Security Workbook on Pentesting
Search…
Security Workbook on Pentesting
About us
References
Bug Bounty
Resources
Mindmaps
Tools Cheat Sheet
Burp Extensions For Bug Bounty & Pen-Testing
SAML Raider
JSON/JS-Beautifier
HTTP Request Smuggler
Java Deserialize Scanner
JSON Web Tokens (JWT4B)
Flow
AuthMatrix
wsdler For SOAP Services
Tools Used For Android Testing
Bug Bounty & Pen-Test Templates
CTF's
Powered By
GitBook
JSON/JS-Beautifier
Description
This extension is used for modifying JSON and JavaScript output to make the body parameters human readable.
Steps to install
1.
Download jython jar file from :
https://www.jython.org/download
.
2.
Start Burp Suite.
3.
Goto Extender tab.
4.
Go to the Options tab.
5.
Install package jsbeautifier and six using pip install ( jython pip install ).
6.
In Python environment click on the select file option and upload the downloaded jar file.
7.
Specify the folder ( for windows - C:\jython2.7\lib\site-packagesin or for linux /opt/jython/Lib/site-packages ) select folder option.
8.
Download JSBeautifire file from :
https://github.com/PortSwigger/json-js-beautifier/blob/master/JSBeautifier.py
.
9.
Go to Extension Tab click on Add option and select the file.
Reference
GitHub - PortSwigger/json-beautifier: JSON Beautifier for Burp written in Java
GitHub
GitHub - PortSwigger/json-js-beautifier: Burp Suite JSON/JS-Beautifier
GitHub
Previous
SAML Raider
Next
HTTP Request Smuggler
Last modified
6mo ago
Copy link
Outline
Description
Steps to install
Reference