Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silentsignal/burp-json-array
JSON Array issues plugin for Burp Suite
https://github.com/silentsignal/burp-json-array
burp json
Last synced: 3 months ago
JSON representation
JSON Array issues plugin for Burp Suite
- Host: GitHub
- URL: https://github.com/silentsignal/burp-json-array
- Owner: silentsignal
- License: mit
- Created: 2016-03-18T09:16:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-08T10:01:04.000Z (almost 8 years ago)
- Last Synced: 2024-05-09T00:04:50.405Z (6 months ago)
- Topics: burp, json
- Language: Java
- Homepage: http://flask.pocoo.org/docs/security/#json-security
- Size: 39.1 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
JSON array issues for Burp Suite
================================See [section JSON Security of the Flask Security Considerations](http://flask.pocoo.org/docs/security/#json-security)
for a good writeup on the issue.Building
--------Execute `ant`, and you'll have the plugin ready in `burp-json-array.jar`
Dependencies
------------- JDK 1.8+ (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`.