ssl-checker
Collect and analyze SSL/TLS certificate information
TLDR
Check SSL certificate for a host
$ ssl_checker -H [github.com:443]
Output certificate info as JSON$ ssl_checker -H [example.com] -j
Analyze host for security vulnerabilities$ ssl_checker -H [example.com] -a
SYNOPSIS
ssl_checker [-H host [host...]] [-f file] [options]
DESCRIPTION
ssl-checker is a script that collects SSL/TLS information from hosts. It can check certificate expiration dates, analyze security vulnerabilities, and export results in JSON, CSV, or HTML formats. It also supports SOCKS proxy connections.
PARAMETERS
-H HOST
Host(s) to check, in host:port format.-f FILE
File containing hostnames to check.-j
Output results in JSON format.-a
Analyze host for security vulnerabilities.-c
Output results in CSV format.-s SOCKS
Use a SOCKS proxy for connections.
HISTORY
ssl-checker was created by narbehaj and is written in Python.
SEE ALSO
openssl(1), testssl.sh(1), certigo(1)

