HunterX vs Nuclei

Dimension HunterX Nuclei
Type Reasoning-driven framework Template-based scanner
Detection Response differential analysis + stage pipeline YAML template matching
Pipeline 4-stage (Passive → Probe → Confirm → Verify) Single-pass template execution
Initial Release 2024 2020
License Apache 2.0 MIT
Language Python Go
Plugin System Decorator-based (detector/reporter/hook) Template + workflow
Auth Basic, Bearer, Cookie, Form Login Header, Cookie (limited)
Operator Profiles Internal, Bounty, Gov, Custom None
Destructive Blocklist Built-in, non-bypassable None
WAF Evasion 50+ signatures + mutation engine Limited mutation
AI/ML Optional LLM + DBSCAN None
OOB Detection Built-in (collaborator) Via templates
Reporting MD, JSON, SARIF, HTML, ZIP JSON, MD
API Server Built-in FastAPI None (runs as CLI)
Docker Image 271 MB ~50 MB

When to Use HunterX

When to Use Nuclei

Complementary Use

HunterX and Nuclei are complementary. A typical workflow:

  1. Nuclei for broad, fast template coverage across many subdomains
  2. HunterX for deep, reasoning-driven analysis of high-value targets