This is a simple burp suite plugin that cleans and decodes the raw request and response.
- Download Burp Suite and simply find the burp.jar file in this repo (out/artifacts/burp_jar/burp.jar)
- Upload it using the extender page
All youre gonna need to edit is the BurpExtender.java file. All the code needed for this plugin is in that file. Regex's are in
decodeText() {}
applyPattern() {}
removeHTMLTags() {}
Feel free to replace the regex with your own!
Mostly reworked code from Json-Beautifier