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

Wake-On-Lan (WOL)

Wake-On-Lan (WOL)

Send a “magic” wake up packet over the network to wake a device from a sleeping state.

Read More
Ping

Ping

Send a ping to a host to see if it’s online and how fast it responds

Read More
Multi-IP Port Scanner

Multi-IP Port Scanner

The mutli-IP port scanner is an advanced version of the port scanner that can scan multiple IP addresses at once. This can be extremely efficient for enumerating entire subnets or networks.

Read More