Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/essentialkaos/sslcli
Pretty awesome command-line client for public SSLLabs API
https://github.com/essentialkaos/sslcli
ssl ssllabs tls utility
Last synced: 2 months ago
JSON representation
Pretty awesome command-line client for public SSLLabs API
- Host: GitHub
- URL: https://github.com/essentialkaos/sslcli
- Owner: essentialkaos
- License: apache-2.0
- Created: 2015-11-13T08:11:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T09:09:27.000Z (3 months ago)
- Last Synced: 2024-11-13T10:20:59.006Z (3 months ago)
- Topics: ssl, ssllabs, tls, utility
- Language: Go
- Homepage: https://kaos.sh/sslcli
- Size: 452 KB
- Stars: 19
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
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](https://www.ssllabs.com/ssltest/).### Usage demo
[![demo](https://gh.kaos.st/sslcli-275.gif)](#usage-demo)
### Installation
#### From source
To build the SSLScan Client from scratch, make sure you have a working Go 1.21+ workspace ([instructions](https://go.dev/doc/install)), then:
```
go install github.com/essentialkaos/sslcli/v3@latest
```#### From [ESSENTIAL KAOS Public Repository](https://kaos.sh/kaos-repo)
```bash
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](https://apps.kaos.st/sslcli/latest):
```bash
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](https://kaos.sh/p/sslcli) and [Docker Hub](https://kaos.sh/d/sslcli):
```bash
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](https://kaos.sh/w/sslcli/ci-push.svg?branch=master)](https://kaos.sh/w/sslcli/ci-push?query=branch:master) |
| `develop` | [![CI](https://kaos.sh/w/sslcli/ci-push.svg?branch=develop)](https://kaos.sh/w/sslcli/ci-push?query=branch:develop) |### Contributing
Before contributing to this project please read our [Contributing Guidelines](https://github.com/essentialkaos/contributing-guidelines#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](https://www.ssllabs.com/downloads/Qualys_SSL_Labs_Terms_of_Use.pdf).
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](https://www.apache.org/licenses/LICENSE-2.0)