HAIZAKURA / SSLChecker

🔧 A Node.js tool to check your site's SSL status.

Home Page:https://ssl.lab.nya.run/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSLChecker

🔧 A Node.js (with Shell Script) tool to check your site's SSL status. Used Shell Script is here.

Author License

Usage

First clone this repo:

$ git clone https://github.com/HAIZAKURA/SSLChecker.git
$ cd SSLChecker

Setup in and run app.js , just like

$ npm i # or use 'yarn'
$ chmod +x runcheck.sh
$ node app.js

Then You can go to localhost:4000 to check your site's SSL status.

The default check site config is in the /public/index.html

SSLChecker
├─app.js
├─package.json
├─runcheck.sh
├─results
|    ├─lab.nya.run.json
|    ├─nya.run.json
|    ├─skk.moe.json
|    └─v2ex.com.json
└─public
     └─index.html

Notice: This tool can not work on Windows !

Notice: The default Config is for Ubuntu 18.04. If you are using CentOS 7, please edit runcheck.sh .

Author

SSLChecker © HAIZAKURA, Released under the MIT License.

Personal Website · GitHub @HAIZAKURA · Twitter @haizakura_0v0 · Telegram @haizakura

Thanks

CheckSSL © Sukka, Released under the MIT License.

Personal Website · Blog · GitHub @SukkaW · Telegram Channel @SukkaChannel

About

🔧 A Node.js tool to check your site's SSL status.

https://ssl.lab.nya.run/

License:MIT License


Languages

Language:HTML 77.8%Language:Shell 16.9%Language:JavaScript 5.3%