1. Source
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.
Soumettez une URL publique, un domaine ou un mot-clé. Novaverb ne montrera que les preuves que cet outil peut réellement récupérer ou mesurer.
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.
Utilisez la découverte pour vérifier un problème, puis connectez un espace de travail lorsque vous avez besoin d'historique, de surveillance ou d'analyse à l'échelle du site.
Novaverb effectue un contrôle externe limité d'un site web public : il vérifie le certificat TLS présenté sur le port 443, lit les en-têtes de réponse HTTPS sélectionnés, note les identifiants de serveur visibles, et tente des connexions TCP à sept ports de service couramment examinés. La sortie est une preuve ponctuelle - pas un scan de vulnérabilité complet, un scan de malware ou un test de pénétration.
Le vérificateur n'accepte qu'un nom d'hôte routable publiquement et rejette les cibles de réseau privées ou réservées.
Il ouvre une connexion TLS en direct, vérifie le nom d'hôte et la chaîne de certificats, puis enregistre la version et le chiffre négociés.
Il demande la page d'accueil HTTPS et enregistre six en-têtes de politique sélectionnés plus des identifiants de serveur visibles.
Il tente des connexions TCP sur 21, 22, 23, 25, 3306, 5432 et 6379. Une réponse signifie accessible, pas vulnérable.
La page distingue l'observation de l'interprétation et lie aux spécifications principales utilisées pour expliquer chaque signal.
Non. Cette page ne crée intentionnellement pas un score de sécurité général. Elle rapporte un petit ensemble de signaux de configuration observables de l'extérieur.
Non. Une connexion TCP réussie montre seulement que quelque chose a répondu depuis cet emplacement de sonde. Le risque dépend du service, de l'authentification, des correctifs, de la politique d'exposition et de la configuration.
Non. La présence n'est que la première vérification. La valeur peut être syntaxiquement invalide, trop permissive, mal définie ou incompatible avec l'application.
Si la demande HTTPS expire ou ne peut pas récupérer les en-têtes de réponse, il n'y a aucune preuve pour appeler un en-tête manquant. Le vérificateur garde cette distinction explicite.
Non. Il n'envoie aucun payload d'attaque et n'inspecte pas le code de l'application, les bases de données, les fichiers, les comptes ou les dépendances.
TLS protège l'authentification, la confidentialité et l'intégrité en transit. Il ne corrige pas le code vulnérable, les mots de passe faibles, les comptes volés ou la configuration de serveur non sécurisée.
Ceci est une sonde externe non intrusive de TLS, des en-têtes de réponse et quelques ports communs - ce n'est pas un scan de vulnérabilité ou un test de pénétration, et cela ne peut pas prouver qu'un site est sécurisé.
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.comTout site public que vous possédez ou êtes autorisé à tester. http ou https, avec ou sans www, un domaine nu ou un chemin complet - nous le normalisons pour vous.https://www.yourdomain.comLa sonde lit uniquement ce que tout navigateur peut voir - pas de connexion, pas d'exploitation.Expecting a penetration testCeci est une sonde externe non intrusive, pas un scan d'exploitation - elle ne peut pas prouver qu'un site est sécurisé ou compromis.admin.internal.corpLes hôtes internes ou privés sont bloqués. Seuls les sites publics résolvables et autorisés sont vérifiés.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.
Lit la version TLS négociée et le certificat lors d'une poignée de main en direct.
Lisez la spécificationDétecte votre en-tête Strict-Transport-Security et son renforcement (max-age, includeSubDomains, preload).
Lisez la spécificationVérifie si un en-tête Content-Security-Policy est présent et restreint script-src / default-src.
Lisez la spécificationCompare vos en-têtes de réponse avec la base OWASP de six en-têtes de sécurité.
Lisez la spécificationIt 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.