Skip to content

youmee/certcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Certcheck

Certcheck will do inspection of http/s redirections and SSL installation.

Requirements:

Python 3.6+

Installation

pip install certcheck

Documentation

For documentation use $ certcheck --help.

Usage

$ certcheck -d google.com
Certcheck 0.1
Running for domain: google.com
============================== 
http://google.com                --- 301 MOVED PERMANENTLY (http://www.google.com/)
http://www.google.com            --- 200 OK
https://google.com               --- 301 MOVED PERMANENTLY (https://www.google.com/)
https://www.google.com           --- 200 OK
Done in 209 ms.

License

This project is licensed under the terms of the MIT license.

About

HTTP Redirection and SSL installation checker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages