Releases: xtormin/JQ-Navigator
Releases · xtormin/JQ-Navigator
Release list
v1.0.0 - Initial Release
First public release of JQ Navigator, a Burp Suite extension that turns JSON into a clickable tree — click any node to auto-generate the jq path, run it with an embedded jq engine (no external binary), and reuse it via history & saved templates.
✨ Features
- Visual Click-to-Path — click any node in the JSON tree to auto-generate the exact
jqpath. Right-click for concrete index, generalized[], or copy to clipboard. - Embedded
jqEngine — powered byjackson-jq(pure Java), no need to install thejqbinary. - Suite-wide JQ Explorer tab — send requests/responses from HTTP History, Repeater, or Target and organize them in folders.
- In-message tab — quick filtering directly inside Proxy and Repeater response viewers.
- History & Templates — reuse recent queries or save your own reusable templates.
- Multiple Output Formats — Pretty JSON, Compact JSON, CSV, or Plain Text.
- Background Processing —
jqexecution runs off the UI thread, optimized for large payloads. - Manual JSON Input — paste JSON from logs, APIs, or clipboard without needing an HTTP request.
🚀 Installation
- Download
jq-navigator-1.0.0.jarbelow. - In Burp Suite: Extensions → Installed → Add.
- Set Extension type to
Javaand select the JAR. - The JQ Explorer tab will appear in the top navigation bar.