💻 Command Line Reconnaissance Arsenal
nmap
Industry-standard network discovery and security auditing tool
nmap -sS -sV -sC -O --script vuln target.com
dig
DNS lookup utility for comprehensive domain investigation
dig target.com ANY +noall +answer +additional
whois
Domain registration and ownership information retrieval
whois target.com | grep -E "(Registrant|Admin|Tech)"
subfinder
High-performance subdomain discovery tool with multiple sources
subfinder -d target.com -all -recursive -o subdomains.txt
amass
Advanced subdomain enumeration and attack surface mapping
amass enum -active -brute -d target.com -config config.ini
httpx
Fast HTTP probe for discovered subdomains and services
cat subdomains.txt | httpx -status-code -title -tech-detect