testssl

Test TLS/SSL cipher support and detect cryptographic vulnerabilities

brewmacoslinux
Try with needOr install directly
Source

About

Tool which checks for the support of TLS/SSL ciphers and flaws

Commands

testssl.sh

Examples

Basic SSL/TLS scan of a target host$ testssl.sh https://example.com
Scan specific port and output results in JSON format$ testssl.sh --json-pretty --outfile report.json example.com:443
Test for specific vulnerability (e.g., Heartbleed)$ testssl.sh --heartbleed https://example.com