Skip to content

Free Website Security Scanners

Suphi Cankurt

Written by Suphi Cankurt

Quick answer

AppSec Santa offers five free website security scanners that run from the browser with no signup: a Subdomain Finder (up to 500 subdomains from Certificate Transparency logs and passive DNS), an SSL/TLS Certificate Checker, a DNS Security Checker (SPF, DMARC, DNSSEC), a Security Headers Checker, and a CSP Header Generator. All five check externally observable configuration rather than running intrusive scans.

Key Takeaways
  • Five free, no-signup website security scanners that run from the browser: subdomain finder, SSL/TLS checker, DNS security checker, security headers checker, and CSP generator.
  • Each tool draws on public data or ordinary direct requests to the target’s own public surface, so it is safe to run for recon, vendor due diligence, and pre-launch hardening. No authenticated or intrusive scanning is involved.
  • Together they cover five externally observable layers of the attack surface: exposed subdomains, certificate health, DNS hardening, HTTP response headers, and content-security policy.
  • These checkers cover configuration and surface, not application-logic flaws. Pair them with a DAST scanner for full application testing.

These free website security scanners check five externally observable parts of your attack surface: exposed subdomains, certificate health, DNS hardening, HTTP response headers, and content-security policy.

Each one uses public data or ordinary direct requests to the target’s own public endpoints, so it is safe to run against your own assets, a vendor you are evaluating, or an acquisition target during due diligence.

The scanners#

  • Subdomain Finder โ€” discovers up to 500 subdomains from Certificate Transparency logs and passive DNS, with no active queries to the target.
  • SSL/TLS Certificate Checker โ€” checks HTTPS availability, certificate expiry and issuer, HSTS, and DANE records to flag expired or weakly configured HTTPS.
  • DNS Security Checker โ€” audits a domain’s DNS for email-authentication and hardening records such as SPF, DMARC, and DNSSEC.
  • Security Headers Checker โ€” grades the HTTP security response headers browsers rely on, such as HSTS, X-Frame-Options, and Content-Security-Policy.
  • CSP Header Generator โ€” builds a starting Content-Security-Policy to control which scripts, styles, and frames a page is allowed to load.

How to use them#

Start with the Subdomain Finder to map what is exposed, then run the SSL/TLS and DNS checks on each host that matters.

Finish with the Security Headers Checker and CSP Generator on your main application to harden how browsers treat its responses.

For application-logic testing beyond configuration, pair these with a DAST scanner .

Frequently Asked Questions

Are these website security scanners free?
Yes. All five run from your browser with no signup, no API key, and no payment. They query public data sources such as Certificate Transparency logs, passive DNS, and the live HTTP response rather than performing intrusive scans.
Do these scanners test for application vulnerabilities like SQL injection?
No. These tools check externally observable configuration: subdomains, TLS certificates, DNS records, HTTP headers, and content-security policy. To test running application logic for injection or authentication flaws, use a DAST scanner instead.
Suphi Cankurt

Written & maintained by

Suphi Cankurt

Eight years on the vendor side of application-security sales โ€” thousands of evaluations and demos. I started AppSec Santa in 2022 to put that insider view to work for buyers. Independent of any vendor, paid by none, and honest about what fits whom.