Skip to content

Pretty awesome command-line client for public SSLLabs API

License

Notifications You must be signed in to change notification settings

essentialkaos/sslcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

GoReportCard Codacy badge GitHub Actions CI Status GitHub Actions CodeQL Status

Usage demoInstallationFeature listUsageCI StatusContributingTerms of UseLicense


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

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/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 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 CI
develop CI

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.

License

Apache License, Version 2.0