An open API service indexing awesome lists of open source software.

https://github.com/essentialkaos/sslscan

Go package for working with SSLLabs API
https://github.com/essentialkaos/sslscan

golang scan ssl ssllabs tls

Last synced: 11 months ago
JSON representation

Go package for working with SSLLabs API

Awesome Lists containing this project

README

          



GitHub Actions CI Status
GitHub Actions CodeQL Status

InstallationCI StatusContributingTerms of UseLicense


Package for Go for working with [SSLLabs](https://www.ssllabs.com) public API ([Version 4](https://github.com/ssllabs/ssllabs-scan/blob/master/ssllabs-api-docs-v4.md)).

### CI Status

| Branch | Status |
|--------|--------|
| `master` | [![CI](https://kaos.sh/w/sslscan/ci.svg?branch=master)](https://kaos.sh/w/sslscan/ci?query=branch:master) |
| `develop` | [![CI](https://kaos.sh/w/sslscan/ci.svg?branch=develop)](https://kaos.sh/w/sslscan/ci?query=branch:develop) |

### Contributing

Before contributing to this project please read our [Contributing Guidelines](https://github.com/essentialkaos/.github/blob/master/CONTRIBUTING.md).

### 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](http://www.apache.org/licenses/LICENSE-2.0)