JSON Analyzer for Pentester is a Burp Suite extension designed to help penetration testers analyze JSON data efficiently. It provides a user-friendly interface for uploading, beautifying, visualizing, and exporting JSON data. This tool is especially useful for analyzing API responses, configuration files, and other JSON-based data during penetration testing.
🔍 𝐀𝐧𝐚𝐥𝐲𝐳𝐞 𝐉𝐒𝐎𝐍 𝐥𝐢𝐤𝐞 𝐚 𝐩𝐫𝐨!
✍️ Author Name: Harshad Shah 👤 [ www.hackerassociate.com ]
- 📂 Upload JSON Files: Easily upload JSON files for analysis.
- 🎨 Beautify JSON: Automatically format and indent JSON data for better readability.
- 🌳 Tree View Visualization: Convert JSON data into a hierarchical tree structure for easy navigation.
- 📄 Download Reports:
- 📝 Tree Report: Export the JSON data in a tree structure as a
.txtfile. - 📜 JSON Report: Export the beautified JSON data as a
.jsonfile.
- 📝 Tree Report: Export the JSON data in a tree structure as a
- 🖥️ User-Friendly Interface: Intuitive layout with a header, buttons, and split panes for input and output.
- 🛠️ Burp Suite (Community or Professional Edition) [ Tested with Burp Pro 2024.11.2 ]
- ☕ Java 11 or higher ( Version support upto JAVA 21 )
- 🐧 Kali Linux or any other Linux/Windows/MacOS environment with Java support [ I have tested with latest kali 2024 Dec ]
- Download the "Jar File" from release section or Clone the Repo:
- After loading the extension, a new tab named JSON Analyzer will appear in Burp Suite. [ ADD Extension > Select JAVA > LOAD JAR File ]
-
Upload JSON File:
- Click the 📂 Upload JSON File button.
- Select a
.jsonfile from your system. - The JSON content will appear in the input text area.
-
Beautify JSON:
- Click the 🎨 Beautify JSON button.
- The JSON content in the input text area will be formatted for better readability.
-
Tree View:
- Click the 🌳 Tree View button.
- The JSON data will be displayed as a hierarchical tree structure in the output panel.
-
Download Reports:
- 📝 Tree Report: Click the Download Tree Report button to save the tree structure as a
.txtfile. - 📜 JSON Report: Click the Download JSON Report button to save the beautified JSON as a
.jsonfile.
- 📝 Tree Report: Click the Download Tree Report button to save the tree structure as a
This code is licensed under Hacker Associate™. Any unauthorized use, reproduction, or distribution of this code without explicit written permission from Hacker Associate is strictly prohibited.
For licensing inquiries, please contact:
🌐 www.hackerassociate.com 📧 info@hackerassociate.com
- Harshad Shah
- 🌐 Website: Hacker Associate
If you're interested in Offensive Black Hat Trainings, check out Hacker Associate for more information and resources.
If you encounter any issues or have questions, feel free to:
- 🐛 Open an issue in the repository.
- 📧 Contact the author via the Hacker Associate website.



