Website Security Scan
Run a basic website security scan for externally visible issues across HTTPS, headers, cookies, DNS, redirects, and scanable configuration signals.
Problem Summary
Many website security issues start as configuration drift: a missing header, an expired certificate, an unexpected redirect, or a stale DNS record. A basic scan gives teams a repeatable external view of those signals.
Why It Matters
- Small configuration regressions can affect users even when application code has not changed.
- External scans help teams find issues visible to browsers and visitors.
- Repeatable checks create a baseline for release, handover, and ongoing monitoring workflows.
How Qourby Checks It
- Checks externally observable website configuration across HTTPS, headers, cookies, DNS, redirects, robots, and sitemap availability where applicable.
- Groups findings with evidence such as endpoint, observed value, and scan context.
- Keeps basic scanning separate from manual penetration testing, authenticated testing, source review, and exploit validation.
- Requires appropriate ownership or authorization before active scanning.
Common Failures
- HTTPS works but HTTP is still reachable without a redirect.
- Security headers vary between the home page and application routes.
- Cookies are set without expected Secure, HttpOnly, or SameSite attributes.
- DNS records include stale service references.
- robots.txt or sitemap behavior does not match the intended public site structure.
How To Fix
- Fix high-confidence configuration issues at the layer that owns them: application, CDN, reverse proxy, DNS provider, or hosting platform.
- Retest after each change and keep evidence with the ticket or release record.
- Use manual review for findings that depend on authentication, user roles, business logic, or exploitability.
- Document accepted risks so future scans do not create duplicate triage work.
Related Checks and Guides
Scanner check
Security Header Checker
Check whether a website exposes important HTTP security headers and get practical remediation notes for missing or weak header configuration.
Scanner check
SSL Checker
Review a website TLS certificate and HTTPS configuration for common issues such as expiry, hostname mismatch, redirects, and weak transport setup.
Scanner check
Cookie Security Checker
Check whether website cookies use security attributes such as Secure, HttpOnly, SameSite, path, domain, and expiry controls.
Scanner check
DNS Security Checker
Check public DNS records for security-relevant configuration issues that can affect email trust, domain ownership, and web asset routing.