Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Matanatr96/DecoderProBurpSuite

Burp Suite Plugin to decode and clean up garbage response text
https://github.com/Matanatr96/DecoderProBurpSuite

Last synced: about 1 month ago
JSON representation

Burp Suite Plugin to decode and clean up garbage response text

Awesome Lists containing this project

README

        

# Decoder Pro

This is a simple burp suite plugin that cleans and decodes the raw request and response.

## Getting Started

1. Download Burp Suite and simply find the burp.jar file in this repo (out/artifacts/burp_jar/burp.jar)
2. Upload it using the extender page

### Editing the regex

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!

## Authors

Mostly reworked code from
[Json-Beautifier](https://github.com/PortSwigger/json-beautifier)