Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/NetSPI/JSONBeautifier

JSON Beautifier for Burp written in Java
https://github.com/NetSPI/JSONBeautifier

burp extension json-beautifier netspi

Last synced: about 1 month ago
JSON representation

JSON Beautifier for Burp written in Java

Awesome Lists containing this project

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
```