Command Line Guide
Basic Syntax
./reconftw.sh [TARGET_OPTIONS] [MODE_OPTIONS] [ADDITIONAL_OPTIONS]Quick Examples
# Single domain reconnaissance
./reconftw.sh -d example.com -r
# Multiple targets from file
./reconftw.sh -l targets.txt -r
# Full scan with vulnerabilities
./reconftw.sh -d example.com -a
# Passive only (stealth)
./reconftw.sh -d example.com -pTarget Options
-d, --domain <domain>
-l, --list <file>
-m <name>
Scan Modes
-r, --recon (Full Reconnaissance)
Phase
Functions
-s, --subdomains (Subdomain Enumeration Only)
-p, --passive (Passive Reconnaissance)
-a, --all (Full Scan with Vulnerabilities)
-w, --web (Web Analysis Only)
-n, --osint (OSINT Only)
-c <function> (Custom Function)
-z, --zen (Zen Mode)
Scope Management
-x <file> (Out-of-Scope)
-i <file> (In-Scope)
Advanced Flags
--deep (Deep/Thorough Mode)
Aspect
Standard
Deep
-v, --vps (Axiom/Distributed Mode)
-f <file> (Custom Config)
-q <rate> (Rate Limiting)
-o <path> (Custom Output Directory)
-y, --ai (AI Report Generation)
--quick-rescan
--incremental
--adaptive-rate
--dry-run
--parallel
--check-tools
--health-check
Usage Examples
Bug Bounty Workflow
Stealth Assessment
Large-Scale Scanning
CI/CD Integration
Scoped Assessment
Custom Function Execution
Flag Reference Table
Flag
Long Form
Argument
Description
Next Steps
Last updated