1. Fuente
One live TLS handshake, HTTPS response, and seven selected TCP-port probes. The result identifies where its evidence came from.
Audit website security posture, TLS/SSL certificates, HTTP security headers, and open ports with instant live evidence. Free online security check.
Envía una URL pública, dominio o palabra clave. Novaverb mostrará solo la evidencia que esta herramienta puede realmente recuperar o medir.
This check proves what a site presents to any visitor at the network edge: the live TLS certificate, the negotiated protocol version and cipher, which of the six OWASP baseline response headers are present, the disclosed Server banner and a small set of exposed common ports. It cannot prove that a site is secure, because no external probe can see application logic, patch level or access control.
One live TLS handshake, HTTPS response, and seven selected TCP-port probes. The result identifies where its evidence came from.
This is a limited, non-intrusive external probe - not a vulnerability scan or penetration test. It cannot prove that a website is secure or compromised.
Usa el hallazgo para verificar un problema, luego conecta un espacio de trabajo cuando necesites historial, monitoreo o análisis a nivel de sitio.
Novaverb realiza una verificación externa limitada de un sitio web público: verifica el certificado TLS presentado en el puerto 443, lee encabezados de respuesta HTTPS seleccionados, anota identificadores de servidor visibles e intenta conexiones TCP a siete puertos de servicio comúnmente revisados. La salida es evidencia puntual - no un escaneo completo de vulnerabilidades, escaneo de malware o prueba de penetración.
El verificador acepta solo un nombre de host públicamente enrutable y rechaza objetivos de red privados o reservados.
Abre una conexión TLS en vivo, verifica el nombre de host y la cadena de certificados, luego registra la versión negociada y el cifrado.
Solicita la página de inicio HTTPS y registra seis encabezados de política seleccionados más identificadores de servidor visibles.
Intenta conexiones TCP a 21, 22, 23, 25, 3306, 5432 y 6379. Una respuesta significa alcanzable, no vulnerable.
La página distingue la observación de la interpretación y se vincula a las especificaciones primarias utilizadas para explicar cada señal.
No. Esta página intencionalmente no crea una puntuación de seguridad general. Informa un pequeño conjunto de señales de configuración observables externamente.
No. Una conexión TCP exitosa solo muestra que algo respondió desde esta ubicación de prueba. El riesgo depende del servicio, autenticación, parches, política de exposición y configuración.
No. La presencia es solo la primera verificación. El valor puede ser sintácticamente inválido, excesivamente permisivo, mal definido o incompatible con la aplicación.
Si la solicitud HTTPS se agota o no puede recuperar los encabezados de respuesta, no hay evidencia para llamar a un encabezado faltante. El verificador mantiene esa distinción explícita.
No. No envía cargas de ataque y no inspecciona código de aplicación, bases de datos, archivos, cuentas o dependencias.
TLS protege la autenticación, confidencialidad e integridad en tránsito. No corrige código vulnerable, contraseñas débiles, cuentas robadas o configuración de servidor insegura.
Esta es una sonda externa no intrusiva de TLS, encabezados de respuesta y algunos puertos comunes; no es un escaneo de vulnerabilidades ni una prueba de penetración, y no puede probar que un sitio sea seguro.
Submit the public domain or any URL on it. The host is what matters, so scheme, www and path are normalised away before the handshake. A private or internal host is refused by design, and a result from a staging domain says nothing about production, because the certificate and header configuration are usually different systems.
yourdomain.comCualquier sitio público que poseas o estés autorizado a probar. http o https, con o sin www, un dominio desnudo o una ruta completa - lo normalizamos por ti.https://www.yourdomain.comLa prueba solo lee lo que cualquier navegador puede ver - sin inicio de sesión, sin explotación.Expecting a penetration testEsta es una prueba externa no intrusiva, no un escaneo de explotación - no puede probar que un sitio es seguro o comprometido.admin.internal.corpLos hosts internos o privados están bloqueados. Solo se verifican sitios públicos resolubles y autorizados.A live TLS handshake is opened and the certificate, negotiated version and cipher are read from it. The response headers are then inspected for HSTS, Content-Security-Policy, X-Content-Type-Options, X-Frame-Options, Referrer-Policy and Permissions-Policy, the Server banner is noted, and a small set of common TCP ports is probed. Each signal is reported present, missing or weak.
The bar is set by published specifications, not an in-house score. RFC 8446 defines TLS 1.3, RFC 6797 defines HSTS, W3C CSP Level 3 defines Content-Security-Policy, and the OWASP Secure Headers project defines the baseline header set this check counts. Each header is judged against its own specification, so a pass means the specification is met.
Lee la versión TLS negociada y el certificado de un apretón de manos en vivo.
Lee la especificaciónDetecta tu encabezado Strict-Transport-Security y su endurecimiento (max-age, includeSubDomains, preload).
Lee la especificaciónVerifica si hay un encabezado Content-Security-Policy presente y restringe script-src / default-src.
Lee la especificaciónCompara tus encabezados de respuesta contra la línea base de seis encabezados de seguridad de OWASP.
Lee la especificaciónIt runs a limited external probe of a public site: the TLS certificate, six security response headers (HSTS, CSP, X-Content-Type-Options, X-Frame-Options, Referrer-Policy, Permissions-Policy), the disclosed Server header, and seven common TCP ports.
No. It is a non-intrusive external probe that reads publicly visible signals only. It does not exploit anything, log in, or scan for CVEs, and it cannot prove a site is secure or that it is compromised.
Add the missing headers at your web server or CDN edge. Start with HSTS (Strict-Transport-Security), X-Content-Type-Options: nosniff, and a Referrer-Policy, then build a Content-Security-Policy, which is the hardest to configure safely.
HSTS (HTTP Strict-Transport-Security) is a response header telling browsers to always use HTTPS for your domain, preventing protocol-downgrade and cookie-hijacking attacks. A good baseline is max-age of at least 31536000 seconds (one year).
The OWASP Secure Headers baseline includes Strict-Transport-Security, Content-Security-Policy, X-Content-Type-Options, X-Frame-Options, Referrer-Policy, and Permissions-Policy. The checker reports which of these six are present, missing, or misconfigured.
A detailed Server header (naming software and version) hands attackers a version fingerprint to match against known exploits. Suppressing or genericising it via server config removes an easy reconnaissance signal, though it is hardening, not a real fix.
A certificate check alone confirms encryption is valid and unexpired. This scan reads the certificate too, but adds response headers, the Server banner, and open ports, giving a broader external hardening snapshot rather than a single trust signal.
Ideally only the ports you intend to serve publicly (typically 443, and 80 for redirects) respond. Exposed database, remote-desktop, or admin ports on a public host are worth reviewing and firewalling off.
No. A clean external probe means these specific public signals look healthy. It says nothing about application logic, authentication, unpatched software, or server-side vulnerabilities, so treat it as one input, not a certificate of security.
Google favours HTTPS, and browsers flag insecure pages, hurting trust and click-through. Valid TLS and hardening headers protect users from tampering and mixed-content warnings, supporting the safe-browsing signals that underpin sustainable search visibility.