Skip to content

Automatically exported from code.google.com/p/burp-extensions

Notifications You must be signed in to change notification settings

PortSwigger/json-decoder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BurpSuite Extensions

This is an assorted set of various BurpSuite extensions that I've created while doing pentesting and other things.

Note Every extension is tested on following configuration

  • BurpSuite 1.6.01 and newest one (I use free and pro version respectively)
  • Jython 2.7

To send bug reports, feature requests, or whisky, simply drop a mail to michal.melewski@gmail.com

JSONDecoder (1.1)

Quite simply just a JSON pretty printer with some additional features.

  • Ability to remove json garbage (like }]);) - it does a bit of guessing, so not always reliable
  • Ability to force JSON decoding on atypical content-type (by default decodes only application/json and text/javascript)

Argonaut (0.4)

Extension process all request parameters and try to find if they are echoed back in response. Key feature is transformation support so, will also recognize if for example > is translated to >. Transformations/escaping currently implemented:

  • Plain (no escaping)
  • Jinja2 template

Let me know what other escaping you would like to see

Under heavy development so if you want some features let me know. Also inform me know about bugs.

About

Automatically exported from code.google.com/p/burp-extensions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.3%
  • HTML 1.7%