https://github.com/augustd/burp-suite-jsonpath
JSONPath extension for BurpSuite
https://github.com/augustd/burp-suite-jsonpath
burp burp-extensions burp-plugin burpsuite java penetration-testing pentest
Last synced: 16 days ago
JSON representation
JSONPath extension for BurpSuite
- Host: GitHub
- URL: https://github.com/augustd/burp-suite-jsonpath
- Owner: augustd
- License: apache-2.0
- Created: 2017-08-10T20:39:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-15T21:21:56.000Z (12 months ago)
- Last Synced: 2024-08-02T00:22:59.837Z (9 months ago)
- Topics: burp, burp-extensions, burp-plugin, burpsuite, java, penetration-testing, pentest
- Language: Java
- Size: 1020 KB
- Stars: 30
- Watchers: 4
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - augustd/burp-suite-jsonpath - JSONPath extension for BurpSuite (Java)
- awesome-burp-extensions - burp-suite-jsonpath - Burp Suite extension to view and extract data from JSON responses. (Beautifiers and Decoders)
README
# burp-suite-jsonpath
Burp Suite extension to view and extract data from JSON responses.### Parse
Parse and beautify JSON responses:
### Query
Query JSON with [JSONPath](https://github.com/json-path/JsonPath) (clicking a field in the left hand column will pre-populate the JSONPath query):
### Copy
Copy query results for use in other tools (e.g. as Intruder payloads):
### Multiple
Select multiple responses (e.g. from Intruder) and send them to the extension to query them together:
Each JSON response will be combined into an array for easy querying:
