Toolsone passive request · SSRF-protected
Security Header Checker
Check a site’s defensive response headers — Content-Security-Policy, HSTS, X-Frame-Options and X-Content-Type-Options — with a single passive probe.
What this checks
- Content-Security-Policy — mitigates XSS and injection.
- Strict-Transport-Security — forces HTTPS.
- X-Frame-Options — prevents clickjacking/embedding.
- X-Content-Type-Options — prevents MIME sniffing.
Caveats: the score is based on a single response-header probe; CDN/edge variations and JavaScript-executed behaviour are not captured.
Related Knowledge
- Application Security — security headers in context.
- Browser Security — how misconfigured headers weaken the browser.