Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NetSPI/JSONBeautifier
JSON Beautifier for Burp written in Java
https://github.com/NetSPI/JSONBeautifier
burp extension json-beautifier netspi
Last synced: 2 months ago
JSON representation
JSON Beautifier for Burp written in Java
- Host: GitHub
- URL: https://github.com/NetSPI/JSONBeautifier
- Owner: NetSPI
- Created: 2017-04-22T00:30:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-20T17:55:53.000Z (about 5 years ago)
- Last Synced: 2024-08-02T00:22:58.805Z (6 months ago)
- Topics: burp, extension, json-beautifier, netspi
- Language: Java
- Size: 382 KB
- Stars: 36
- Watchers: 8
- Forks: 25
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-burp-extensions - JSON Beautifier - JSON Beautifier for Burp written in Java (Beautifiers and Decoders)
README
## JSONBeautifier
This is a Burp Extension for beautifying JSON output. There exists a [python version](https://portswigger.net/bappstore/showbappdetails.aspx?uuid=ceed5b1568ba4b92abecce0dff1e1f2c) in the BApp Store at the moment. After some difficulties with Jython I opted to port it to Java.
#### Before
#### After
### Building
To build a jar file:
```sh
gradle fatJar
```