CLI Reference

August 14, 2026 · View on GitHub

HunterX v7 ships a single hunterx command (plus the hunterx-arch architecture linter for developers). Commands are grouped by capability.

Global commands

CommandDescription
hunterx versionShow the platform version
hunterx helpShow all commands
hunterx configShow the resolved configuration (JSON)
hunterx platformShow platform composition status

Missions (autonomous orchestration)

CommandDescription
hunterx mission create [objective] [target]Create an autonomous mission
hunterx mission start <mission_id>Start a mission run
hunterx mission status <mission_id>Show mission status
hunterx mission pause / resume / cancel / finalizeMission lifecycle
hunterx mission timeline / decisions / hypotheses / findingsMission data
hunterx mission attack-paths / coverage / toolsMission intelligence

Hunts (full-spectrum)

CommandDescription
hunterx hunt [objective] [target]Create and start a hunt mission
hunterx hunt status / surface / coverageMission overview
hunterx hunt findings / evidence / proofsResults
hunterx hunt paths / timelineAttack paths and history

Adaptive mission planning

CommandDescription
hunterx mission plan [objective] [target]Create an adaptive mission
hunterx mission replan / pause / resumeAdaptive lifecycle
hunterx mission paths / explainAttack paths and next action

Findings (evidence-driven)

CommandDescription
hunterx finding create / list / showFinding lifecycle
hunterx finding evidence / validateEvidence assessment
hunterx finding poc / proof / replayPoC engineering
hunterx finding explain / report-readyConfidence and readiness

Reports (professional)

CommandDescription
hunterx report list / show / preview / validateReport lifecycle
hunterx report generate / exportGenerate and export (markdown/html/json/sarif/pdf/package)
hunterx report evidence / timeline / remediation / retestReport data
hunterx report sarifSARIF export

Targets & campaigns

CommandDescription
hunterx target memory / snapshot / diffTarget intelligence
hunterx target changes / history / coverage / gaps / risk / revalidateTarget memory
hunterx campaign list / show / intelligenceCampaign intelligence

Toolchain

CommandDescription
hunterx tools list / show / contract / contractsTool knowledge
hunterx tools capabilities / health / versionsCapability catalog
hunterx tools execute <tool_id> <target> [--parameters JSON]Structured execution
hunterx tools inspect-result / parse / normalizeOutput processing
hunterx tools chain / chain-execute / recommendChaining

Tool readiness & provisioning

CommandDescription
hunterx install [--profile <name>]Establish the base HunterX environment (detect + verify tools)
hunterx tools check [--json]Show per-tool readiness and capability coverage
hunterx tools install [--profile <name>] [tool_id ...]Provision missing tools via trusted static methods
hunterx tools audit [--json]Show tool integration maturity (knowledge + runtime)

Install profiles: minimal, recon, web, network, vulnerability, full.

Examples

hunterx version
hunterx platform
hunterx install
hunterx tools check
hunterx tools install --profile full
hunterx tools list
hunterx hunt full_security_assessment https://example.com
hunterx finding list <mission_id>
hunterx report generate <finding_id>

See also

  • [Quickstart]({{ '/quickstart/' | relative_url }}) — run a first mission
  • [Configuration]({{ '/configuration/' | relative_url }}) — environment overrides
  • [Architecture]({{ '/architecture/' | relative_url }}) — platform internals