Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-01T19:59:24.000Z (8 months ago)
- Last Synced: 2024-04-16T20:08:01.327Z (7 months ago)
- Topics: burp, burp-extensions, burp-plugin, burpsuite, java, penetration-testing, pentest
- Language: Java
- Size: 1020 KB
- Stars: 28
- Watchers: 4
- Forks: 8
- 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:
![Parse JSON responses](screenshots/parse.png "Parse 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):
![Query with JSONPath](screenshots/query.png "Query with JSONPath")### Copy
Copy query results for use in other tools (e.g. as Intruder payloads):
![Copy results](screenshots/copy.png "Copy results")### Multiple
Select multiple responses (e.g. from Intruder) and send them to the extension to query them together:
![Select multiple](screenshots/multiple_select.png "Select multiple")Each JSON response will be combined into an array for easy querying:
![Select multiple](screenshots/multiple_results.png "Multiple results combined into an array")