Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Matanatr96/DecoderProBurpSuite
- Owner: Matanatr96
- Created: 2018-05-24T13:56:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-24T17:40:01.000Z (over 6 years ago)
- Last Synced: 2024-08-02T00:22:55.848Z (4 months ago)
- Language: Java
- Size: 108 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-burp-extensions - Decoder Pro - Burp Suite Plugin to decode and clean up garbage response text. (Custom Features)
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)