#vulns.co
/
mcp by GKData.io

← Back to Toolkit

jq

JSON processor. Every API hunt ends in jq. Filter httpx/nuclei JSONL, reshape GraphQL, extract token fields.

Tags: json, cli, glue

Category
utils
Maintenance signal
active

Project repository

Install

apt

sudo apt install jq

brew

brew install jq

win

winget install jqlang.jq

Command templates

Extract a field from JSONL

jq -r {filter} {input}

Related tools

← Back to Toolkit