Standard Security Scan
Example Input
https://github.com
Sample Output
Security Grade: A+ (100/100 points, HSTS, CSP, and XSS protectors active)
Analyze site response headers, view server metadata, and audit security implementations against core benchmarks like CSP, HSTS, and X-Frame-Options.
HTTP response headers are metadata parameters sent by a web server to a browser when a page is requested. They contain server details, content encoding schemas, cache rules, and critical security parameters. Auditing response headers helps webmasters confirm that security configurations are correctly implemented to defend against vulnerabilities.
For maximum security, always configure these core headers: 1) Content-Security-Policy (CSP) to block injection attacks, 2) Strict-Transport-Security (HSTS) to enforce HTTPS connections, 3) X-Frame-Options to block clickjacking, and 4) X-Content-Type-Options (nosniff) to prevent MIME-sniffing exploits. Scoring these configurations reveals vulnerabilities before they can be exploited.
Example Input
https://github.com
Sample Output
Security Grade: A+ (100/100 points, HSTS, CSP, and XSS protectors active)
HTTP Strict Transport Security (HSTS) forces browsers to connect to your site over secure HTTPS connections exclusively, protecting users against SSL-stripping and man-in-the-middle attacks.
A Content-Security-Policy (CSP) header declares which hosts and script sources are trusted. If an attacker injects a malicious script tag, the browser blocks execution because the source does not match the CSP whitelist.
Related Tool
Trace URLs to track response codes, locate redirect loops, find insecure HTTP-to-HTTPS hops, and check full HTTP redirect chains for optimized SEO.
Related Tool
Verify website rel=canonical tags, check for self-reference, identify protocol mismatches, detect duplicate canonical link entries, and optimize indexing.