Skip to content

This is a BurpSuite Extension for beautifying JSON output.

License

Notifications You must be signed in to change notification settings

0heartland0/JSONBeautifier

Repository files navigation

JSONBeautifier

English Doc | Chinese Doc

Since the BurpSuite version I am using is 1.7.x, this plugin is specially compiled for convenience.

This is a BurpSuite extension for beautifying JSON output. The BApp Store currently has a python version in the BApp Store at the moment.. The original author did not generate a jar package. I choose to generate a jar package. Some minor problems were encountered during the packaging process, which have been successfully resolved and a new jar package was generated.

Before

After

Building

It should be noted here that the version of Gradle that comes with IntelliJ IDEA is relatively high, which will cause compilation failure. The Gradle version needs to be modified to compile successfully.

Compiling results using Gradle that comes with IntelliJ IDEA: 1

After modifying the Gradle version, the compilation is successful: 2 3

The compiled jar package has been generated. If you are worried about problems in use, you can download the code and compile it yourself. Refer to the version I use (IntelliJ IDEA 2021.3.1, JDK 1.8.0_202, Gradle 6.9.2) to compile, or solve the compilation environment problem by yourself (mainly the Gradle version).

Original author code address :https://github.com/NetSPI/JSONBeautifier

To build a jar file:

gradle fatJar

Thanks