Web Reconnaissance
Web Apps Fingerprinting
Purpose
HTTP Response Fingerprinting
nmap --script http-headers <target>
whatweb -v <target_url>
echo <domain> | httpx -title -server -tech-detect -status-code
nuclei -u <target_url> -t technologies/Error-Message & Database Fingerprinting
sqlmap -u "https://<target>/page.php?id=1" --batch --fingerprint
nuclei -u <target_url> -t vulnerabilities/sql/
nuclei -u <target_url> -t exposures/logs/sql-errors.yamlTechnology Stack Identification
Directory & File Enumeration
Source-Code / Client-Side Analysis
Subdomain Enumeration
Content & API Discovery
Third-Party Services (CDN, Auth, Payment)
Last updated
Was this helpful?