scan_web_exposure
Probe a live URL to detect exposed sensitive files like .git, .env, source maps, backups, and directory listings, with content-based verification to avoid false positives.
Instructions
Probe a LIVE deployed URL and confirm which sensitive files/directories are actually publicly reachable — by fetching the bytes, not guessing. Detects exposed .git, .env secrets, JavaScript source maps, backup/SQL dumps & archives (.bak/.sql/.zip), directory listing, and sensitive dotfiles (.htpasswd/.npmrc/.aws/credentials/.ssh/id_rsa). Read-only: nothing is written to the target. Returns only findings that are genuinely served, with evidence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The live base URL to scan, e.g. https://example.com (scheme optional, defaults to https). | |
| only | No | Optional: run only these check ids. Omit to run all. | |
| timeout_ms | No | Optional per-request timeout in milliseconds (default 10000). |