/burp-json-parameter

Burp extension to pretty print a POST parameter in a tab that is in JSON format.

Primary LanguageJava

burp-json-parameter

Author

Written by Anthony Marquez (@BoogeyMarquez)

Description

Building Instructions

Make sure you have gradle installed

brew install gradle

Navigate to base of directory, should see build.gradle file.

gradle build

You should have a burp-json-parameter-vXX.jar file in the build/lib/ folder. Load it within Burp and you are good to go.

Loading Instructions

Launch BurpSuite, go to the Extender tab and then open the Extensions tab and click on "Add". In the dialog window, select "java" as Extension Type and select the burp-json-parameter-vXX.jar. For further details about BurpSuite extensions, refer to their documentation.