Skip to content

acatton/tlsreport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TLS Report

Give a list of ciphers supported by a server.

(Basically doing what ssllabs.com does, but locally)

How to use

This is the pattern:

$ ./report [--delay N] hostname [port]

The delay is in seconds and defaults to zero. The port defaults to https.

For example:

$ ./report --delay 2 example.com 443
$ ./report localhost imaps

License

This is licensed under the European Union Public License version 1.1

FAQ

As a pythonista, why did you choose ruby?

First of all, I always wanted to to learn ruby. I don't understand why people oppose those two worlds.

But, I mainly chose ruby because I was impressed by its OpenSSL binding. It's extensive, well integrated into the language, well documented.

About

💤 Run TLS reports on your website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages