Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.
/ ssl-peeker Public archive

Get info about a server's SSL/TLS certificates and capabilities

License

Notifications You must be signed in to change notification settings

mgwalker/ssl-peeker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssl-peeker

Checks a host for SSL info, like who the certificate was issued to, who it was issued by, when it's valid, what protocols are enabled, and what ciphers are available. Basically just a simple GUI for parts of sslinfo.

Installation

npm install -g ssl-peeker

Usage

ssl-peeker <host> [port]

host is required. This is either the hostname or IP address whose SSL info you want to peek at.

port is optional. By default, HTTP/S runs on port 443, but in case that's not true for you, you can specify the port as well.

About

Get info about a server's SSL/TLS certificates and capabilities

Resources

License

Stars

Watchers

Forks

Packages

No packages published