Exposure Detection
Learn how Scanner detects and scores security exposures in web applications through passive analysis.
How Exposure Scoring Works
Our exposure scoring system evaluates multiple factors to produce a score from 0-100. Higher scores indicate more publicly visible configurations, missing protections, or exposed data.
Score Components
Types of Exposures We Detect
Source Map Exposure
Publicly accessible source maps can expose original source code, making it easier for attackers to find vulnerabilities.
medium severityMissing Security Headers
Security headers like CSP, HSTS, and X-Frame-Options protect against common attacks. Missing headers increase exposure.
medium severityExposed Configuration Files
Files like .env, .git/config, or package.json can leak sensitive information including credentials and internal paths.
high severityWeak Header Configuration
Headers that are present but misconfigured (e.g., wildcard CORS, unsafe CSP directives) provide weaker protection.
low severityExposed Endpoints
API endpoints discoverable in JavaScript bundles can reveal internal architecture and potential attack surfaces.
medium severitySensitive Public Files
Database configs, environment files, and version control data accessible publicly pose critical security risks.
high severityCheck Your Domain's Exposure
Run a scan to discover what's publicly visible on your website and get actionable recommendations.
Start Scanning