All Projects → genuinetools → Certok

genuinetools / Certok

Licence: mit
Command line tool to check the validity and expiration dates of SSL certificates.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Certok

Youtubeshop
Youtube autolike and autosubs script
Stars: ✭ 177 (+30.15%)
Mutual labels:  bot, cli
Getaltname
Extract subdomains from SSL certificates in HTTPS sites.
Stars: ✭ 320 (+135.29%)
Mutual labels:  certificates, ssl-certificate
acmed
ACME (RFC 8555) client daemon
Stars: ✭ 121 (-11.03%)
Mutual labels:  certificates, ssl-certificate
Sshb0t
A bot for keeping your ssh authorized_keys up to date with user's GitHub keys, **only** use if you enable 2FA & keep your keys updates.
Stars: ✭ 260 (+91.18%)
Mutual labels:  bot, cli
Lexicon
Manipulate DNS records on various DNS providers in a standardized way.
Stars: ✭ 1,028 (+655.88%)
Mutual labels:  cli, ssl-certificate
Mojo Webqq
【重要通知:WebQQ将在2019年1月1日停止服务,此项目目前已停止维护,感谢大家四年来的一路陪伴】使用Perl语言(不会没关系)编写的smartqq/webqq客户端框架(非GUI),可通过插件提供基于HTTP协议的api接口供其他语言或系统调用
Stars: ✭ 1,755 (+1190.44%)
Mutual labels:  bot, cli
Ghb0t
A GitHub Bot to automatically delete your fork's branches after a pull request has been merged.
Stars: ✭ 295 (+116.91%)
Mutual labels:  bot, cli
Cert
Cert is the Go tool to get TLS certificate information.
Stars: ✭ 166 (+22.06%)
Mutual labels:  cli, ssl-certificate
Wbot
A simple Web based BOT for WhatsApp™ in NodeJS 😜. Working as of 📅 Feb 14th, 2020
Stars: ✭ 638 (+369.12%)
Mutual labels:  bot, cli
Win Acme
A simple ACME client for Windows (for use with Let's Encrypt et al.)
Stars: ✭ 4,305 (+3065.44%)
Mutual labels:  cli, certificates
Pytg
Python package that wraps around Telegram messenger CLI. Send and receive messages, and more.
Stars: ✭ 365 (+168.38%)
Mutual labels:  bot, cli
Spam Bot 3000
Social media research and promotion, semi-autonomous CLI bot
Stars: ✭ 79 (-41.91%)
Mutual labels:  bot, cli
Mojo Weixin
使用Perl语言(不会没关系)编写的个人账号微信/weixin/wechat客户端框架(非GUI),可通过插件提供基于HTTP协议的api接口供其他语言或系统调用
Stars: ✭ 1,181 (+768.38%)
Mutual labels:  bot, cli
Novagram
An Object-Oriented PHP library for Telegram Bots
Stars: ✭ 112 (-17.65%)
Mutual labels:  bot, cli
Norrisbot
a Slack bot that kicks asses (roundhouse-kicks to be accurate...)
Stars: ✭ 134 (-1.47%)
Mutual labels:  bot
Rasa
💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
Stars: ✭ 13,219 (+9619.85%)
Mutual labels:  bot
Spotify Cli Mac
🎶 A nodejs app to control Spotify without leaving your terminal. 🎶
Stars: ✭ 134 (-1.47%)
Mutual labels:  cli
Telegram.bot
.NET Client for Telegram Bot API
Stars: ✭ 1,964 (+1344.12%)
Mutual labels:  bot
Galacritty
WIP GTK terminal emulator based on Alacritty
Stars: ✭ 136 (+0%)
Mutual labels:  cli
Chatterbot
ChatterBot is a machine learning, conversational dialog engine for creating chat bots
Stars: ✭ 11,813 (+8586.03%)
Mutual labels:  bot

certok

make-all make-image GoDoc Github All Releases

Command line tool to check the validity and expiration dates of SSL certificates.

Table of Contents

Installation

Binaries

For installation instructions from binaries please visit the Releases Page.

Via Go

$ go get github.com/genuinetools/certok

Usage

Pass a line deliminated file filled with hostnames to either stdin or the first argument of the command. For example:

$ certok ~/hostsfile
NAME                 SUBJECT            ISSUER                        ALGO           EXPIRES     SUNSET DATE
telize.j3ss.co:443   telize.j3ss.co     Let's Encrypt Authority X3    SHA256-RSA     77 days
r.j3ss.co:443        r.j3ss.co          Let's Encrypt Authority X3    SHA256-RSA     77 days
contained.af:443     contained.af       Let's Encrypt Authority X3    SHA256-RSA     77 days
$ certok -h
certok -  A tool to check the validity and expiration dates of SSL certificates.

Usage: certok <command>

Flags:

  -all     Show entire certificate chain, not just the first. (default: false)
  -d       enable debug logging (default: false)
  -days    Warn if the certificate will expire within this many days. (default: 0)
  -months  Warn if the certificate will expire within this many months. (default: 0)
  -years   Warn if the certificate will expire within this many years. (default: 0)

Commands:

  version  Show the version information.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].