Documentation

Everything you need to install, configure, and use ReconX for web penetration testing.

Quick Start

1

Install ReconX

docker pull ghcr.io/clouddrove/reconx
2

Configure AI (optional)

export ANTHROPIC_API_KEY="your-key-here"
3

Run your first scan

reconx scan example.com --profile standard -y
4

Run with AI analysis

reconx scan example.com --profile deep --ai-provider anthropic -y
5

Map the full attack surface

reconx scan example.com --deep-recon -y

Enumerates the whole subdomain estate (CT logs, subfinder, permutations), then scans every live host. Every scan also runs a deterministic false-positive verification pass, no AI key required.