LinuxCommandLibrary

ssl-checker

Collect and analyze SSL/TLS certificate information

TLDR

Check SSL certificate for a host
$ ssl_checker -H [github.com:443]
copy
Output certificate info as JSON
$ ssl_checker -H [example.com] -j
copy
Analyze host for security vulnerabilities
$ ssl_checker -H [example.com] -a
copy

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

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard