Skip to content

Releases: xtormin/JQ-Navigator

v1.0.0 - Initial Release

Choose a tag to compare

@xtormin xtormin released this 17 Jul 16:58

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 jq path. Right-click for concrete index, generalized [], or copy to clipboard.
  • Embedded jq Engine — powered by jackson-jq (pure Java), no need to install the jq binary.
  • 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 Processingjq execution 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

  1. Download jq-navigator-1.0.0.jar below.
  2. In Burp Suite: ExtensionsInstalledAdd.
  3. Set Extension type to Java and select the JAR.
  4. The JQ Explorer tab will appear in the top navigation bar.