← 返回命令列表

Linux command

ssl-checker 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

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

说明

ssl-checker is a Python script that collects SSL/TLS information from hosts. It can check certificate expiration dates, issuer details, and cipher suites. It supports security vulnerability analysis, SOCKS proxy connections, and exports results in JSON, CSV, or HTML formats.

参数

-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
Output summary only.
-x
Export results as HTML file.
-J
Export JSON individually per host.
-v
Enable verbose output for troubleshooting.
-t _TIMEOUT_
Connection timeout in seconds.
-s _HOST:PORT_
Use a SOCKS proxy for connections.

FAQ

What is the ssl-checker command used for?

ssl-checker is a Python script that collects SSL/TLS information from hosts. It can check certificate expiration dates, issuer details, and cipher suites. It supports security vulnerability analysis, SOCKS proxy connections, and exports results in JSON, CSV, or HTML formats.

How do I run a basic ssl-checker example?

Run `ssl_checker -H [github.com:443]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -H _HOST_ do in ssl-checker?

Host(s) to check, in host:port format.