| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.
To build the SSLScan Client from scratch, make sure you have a working Go 1.23+ workspace (instructions), then:
go install github.com/essentialkaos/sslcli/v3@latest
sudo dnf install -y https://pkgs.kaos.st/kaos-repo-latest.el$(grep 'CPE_NAME' /etc/os-release | tr -d '"' | cut -d':' -f5).noarch.rpm
sudo dnf install sslcliYou can download prebuilt binaries for Linux and macOS from EK Apps Repository:
bash <(curl -fsSL https://apps.kaos.st/get) sslcliThe 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.comSince version 3.1.0 you can update sslcli to the latest release using self-update feature:
sslcli --updateThis command will runs a self-update in interactive mode. If you want to run a quiet update (no output), use the following command:
sslcli --update=quietNote
Please note that the self-update feature only works with binaries that are downloaded from the EK Apps Repository. Binaries from packages do not have a self-update feature and must be upgraded via the package manager.
| Branch | Status |
|---|---|
| master | |
| develop |
Before contributing to this project please read our Contributing Guidelines.
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:
| Back | FazBrowse Home | New Git URL |