sslcli
sslcli copied to clipboard
Pretty awesome command-line client for public SSLLabs API
Usage demo • Installation • Feature list • Usage • CI Status • Contributing • Terms of Use • License
sslcli
is command-line client for Qualys SSL Labs public API.
[!CAUTION] Currently, the SSL Labs API doesn't provide the same information as the SSL Labs website.
Usage demo
Installation
From source
To build the SSLScan Client from scratch, make sure you have a working Go 1.21+ workspace (instructions), then:
go install github.com/essentialkaos/sslcli@latest
From ESSENTIAL KAOS Public Repository
sudo yum install -y https://pkgs.kaos.st/kaos-repo-latest.el$(grep 'CPE_NAME' /etc/os-release | tr -d '"' | cut -d':' -f5).noarch.rpm
sudo yum install sslcli
Prebuilt binaries
You can download prebuilt binaries for Linux and macOS from EK Apps Repository:
bash <(curl -fsSL https://apps.kaos.st/get) sslcli
Container Image
The latest version of sslcli
also available as container image on GitHub Container Registry and Docker Hub:
podman run --rm -it ghcr.io/essentialkaos/sslcli:latest mydomain.com
# or
docker run --rm -it ghcr.io/essentialkaos/sslcli:latest mydomain.com
Feature list
- Superb UI
- Output very similar to SSLLabs website output
- Checking many hosts at once
- Checking hosts defined in the file
- Check resumption
- JSON/XML/YAML/Text output for usage in third party scripts
Usage
CI Status
Branch | Status |
---|---|
master |
|
develop |
Contributing
Before contributing to this project please read our Contributing Guidelines.
Terms of Use
This project is not affiliated with SSL Labs and not officially supported by SSL Labs. Before using this package please read Qualys SSL Labs Terms of Use.
Also you should:
- Only inspect sites and servers whose owners have given you permission to do so;
- Be clear that this tool works by sending assessment requests to remote SSL Labs servers and that this information will be shared with them.