tlsx
TLDR
Check TLS
$ tlsx -u [example.com]
Show certificate$ tlsx -u [example.com] -san -cn
Multiple hosts$ tlsx -l [hosts.txt]
JSON output$ tlsx -u [example.com] -json
Check specific port$ tlsx -u [example.com:8443]
Show cipher$ tlsx -u [example.com] -cipher
SYNOPSIS
tlsx [-u host] [-l file] [-json] [options]
DESCRIPTION
tlsx probes TLS configurations. It analyzes certificates.
Certificate inspection. Subject, SAN, expiry.
Cipher enumeration. Supported algorithms.
Mass scanning. Multiple hosts.
Fast and parallel. Efficient probing.
PARAMETERS
-u HOST
Target host.-l FILE
Host list file.-san
Show Subject Alt Names.-cn
Show Common Name.-cipher
Show cipher suites.-json
JSON output.
CAVEATS
Network access required. Some hosts may block. Go-based tool.
HISTORY
tlsx was created by ProjectDiscovery for fast TLS probing and certificate analysis.


