Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silentsignal/burp-json-jtree
JSON JTree viewer for Burp Suite
https://github.com/silentsignal/burp-json-jtree
burp json
Last synced: about 1 month ago
JSON representation
JSON JTree viewer for Burp Suite
- Host: GitHub
- URL: https://github.com/silentsignal/burp-json-jtree
- Owner: silentsignal
- License: mit
- Created: 2016-04-25T14:50:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-04T07:14:05.000Z (about 3 years ago)
- Last Synced: 2024-08-02T00:22:58.536Z (4 months ago)
- Topics: burp, json
- Language: Java
- Size: 93.8 KB
- Stars: 39
- Watchers: 8
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-burp-extensions - JSON JTree viewer for Burp Suite - JSON JTree viewer for Burp Suite. (Beautifiers and Decoders)
README
JSON JTree viewer for Burp Suite
================================![Screenshot](screenshot.png)
Building
--------Execute `ant`, and you'll have the plugin ready in `burp-json-jtree.jar`
Dependencies
------------- JDK 1.7+ (tested on OpenJDK 8, Debian/Ubuntu package: `openjdk-8-jdk`)
- Apache ANT (Debian/Ubuntu package: `ant`)License
-------The whole project is available under MIT license, see `LICENSE.txt`,
except for the [Mjson library][1], where> The source code is a single Java file. [...] Some of it was ripped
> off from other projects and credit and licensing notices are included
> in the appropriate places. The license is Apache 2.0.[1]: https://bolerio.github.io/mjson/