Skip to content

Burp Suite Plugin to decode and clean up garbage response text

Notifications You must be signed in to change notification settings

Matanatr96/DecoderProBurpSuite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Burp Suite Plugin to decode and clean up garbage response text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages