Home

Awesome

JSONBeautifier

This is a Burp Extension for beautifying JSON output. There exists a python version in the BApp Store at the moment. After some difficulties with Jython I opted to port it to Java.

Before

<img src="/img/JSONRaw.PNG"/>

After

<img src="/img/JSONBeautified.PNG"/>

Building

To build a jar file:

gradle fatJar