Ecosyste.ms: Awesome

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

https://github.com/cyberdefenseinstitute/burp-msgpack

MessagePack converter
https://github.com/cyberdefenseinstitute/burp-msgpack

burp json msgpack

Last synced: about 2 months ago
JSON representation

MessagePack converter

Lists

README

        

# Burp-MessagePack

## Requirement

* msgpack-python

## Features

* Decode MessagePack encoded request/response to JSON
* Encode JSON encoded request to MessagePack

Decode/Encode condition is below.

* A message is in Burp's target scope
* Content-Type header value is "application/\*msgpack" ("\*" means wild card)