Skip to content

Https-Check is a simple ssl/tls transmission security protocol testing tool, which is used to check the security protocol version supported by https websites.

License

itsvse/https-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Https-Check

NuGet Version NuGet Downloads GitHub

Https-Check is a simple ssl/tls transmission security protocol testing tool, which is used to check the security protocol version supported by https websites.

  • Supported .NET Core >= 3.1

Installation

You can install it globally via the dotnet command.

Install tool

dotnet tool install --global https-check

Uninstall tool

dotnet tool uninstall --global https-check

Usage

You can use it by opening a cmd window and using the following command.

https-check https://www.bing.com

Output:

 _   _ _   _                ____ _               _
| | | | |_| |_ _ __  ___   / ___| |__   ___  ___| | __
| |_| | __| __| '_ \/ __| | |   | '_ \ / _ \/ __| |/ /
|  _  | |_| |_| |_) \__ \ | |___| | | |  __/ (__|   <
|_| |_|\__|\__| .__/|___/  \____|_| |_|\___|\___|_|\_\
              |_|

 -----------------------------------------------------------------------------------------------------
 | Name                        | Value                                                               |
 -----------------------------------------------------------------------------------------------------
 | URL                         | https://www.bing.com                                                |
 -----------------------------------------------------------------------------------------------------
 | Host                        | www.bing.com                                                        |
 -----------------------------------------------------------------------------------------------------
 | Port                        | 443                                                                 |
 -----------------------------------------------------------------------------------------------------
 | IP Address                  | 204.79.197.200                                                      |
 -----------------------------------------------------------------------------------------------------
 | Domain Name                 | www.bing.com                                                        |
 -----------------------------------------------------------------------------------------------------
 | Issuer                      | CN=Microsoft Azure TLS Issuing CA 05, O=Microsoft Corporation, C=US |
 -----------------------------------------------------------------------------------------------------
 | Certificate Start Date      | 2023/7/27 7:57:23                                                   |
 -----------------------------------------------------------------------------------------------------
 | Certificate Expiration Date | 2024/1/23 7:57:23                                                   |
 -----------------------------------------------------------------------------------------------------

 ------------------------------
 | Security Protocol | Result |
 ------------------------------
 | SystemDefault     | YES    |
 ------------------------------
 | Ssl3              | NO     |
 ------------------------------
 | Tls               | NO     |
 ------------------------------
 | Tls11             | NO     |
 ------------------------------
 | Tls12             | YES    |
 ------------------------------
 | Tls13             | NO     |
 ------------------------------

About

Https-Check is a simple ssl/tls transmission security protocol testing tool, which is used to check the security protocol version supported by https websites.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages