ssllabs-scan

Command-line client for SSL Labs API to test SSL/TLS security

brewmacoslinux
Try with needOr install directly
Source

About

This tool is a command-line client for the SSL Labs APIs

Commands

ssllabs-scan

Examples

Scan a domain and get SSL/TLS security rating$ ssllabs-scan example.com
Perform a detailed scan with full results output$ ssllabs-scan --quiet --json example.com
Scan multiple domains and save results to JSON$ ssllabs-scan --json example.com another-site.com > results.json