Certificate Viewer

This tool allows you to view the HTTPS certificates for a given host.

Background Information

HTTPS certificates, also known as SSL or TLS certificates, play a crucial role in web security. They serve as a digital passport for a website, ensuring that the data transferred between the web server and the client is secure. These certificates are issued by a trusted third-party entity known as a Certificate Authority (CA), and they contain information like the certificate holder’s name, the certificate’s serial number and expiration date, and the digital signature of the CA.

Inspecting HTTPS certificates is a proactive measure you can take to ensure the legitimacy of a website. By inspecting a certificate, you can validate that the website you are interacting with is indeed the entity it claims to be, and not a malicious site posing as a legitimate one (a common tactic in phishing attacks). Moreover, by confirming that the certificate is valid and has not expired, you can be assured that your data is being encrypted and securely transmitted, protecting it from potential eavesdropping or tampering by cybercriminals.

Certificate inspection can also sometimes reveal information about a host that was previously unknown to an attacker such as the domain name for a server that has been accessed directly via an IP address.

Usage

  • Enter the hostname or IP address to find certificates for.
  • Optionally enter a port if a non-standard HTTPS port is in use.
  • Click scan.

Demo

Below you can see the results when inspecting the certificates for google.com:

alter-text

Related Posts

Reverse IP Lookup

Reverse IP Lookup

Reverse IP lookup tries to find all the DNS records that point to an IP address.

Read More
Traceroute

Traceroute

Traceroute is a method of determining the route a packet takes to reach a target host. This can geo-locate IP addresses to show the route a packet takes on a map.

Read More
Port Scanner

Port Scanner

This performs a port scan on a device to identify running operating systems and applications.

Read More