Documentation
Everything you need to install, configure, and use ReconX for web penetration testing.
Quick Start
Get ReconX installed and run your first scan in under 5 minutes.
View documentationInstallation
Detailed installation instructions for all platforms and environments.
View documentationScanner Modules
Reference for all 27 scanner modules with configuration options.
View documentationAI Features
Configure multi-LLM AI analysis with Claude, GPT-4/GPT-4o, or any OpenAI-compatible endpoint.
View documentationScan Profiles
Choose and customize scan profiles for different engagement types.
View documentationConfiguration
Advanced configuration, environment variables, and customization.
View documentationQuick Start
1
Install ReconX
docker pull ghcr.io/clouddrove/reconx2
Configure AI (optional)
export ANTHROPIC_API_KEY="your-key-here"3
Run your first scan
reconx scan example.com --profile standard -y4
Run with AI analysis
reconx scan example.com --profile deep --ai-provider anthropic -y5
Map the full attack surface
reconx scan example.com --deep-recon -yEnumerates 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.