Skip to content

gustavfroding/crtlookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crtlookup

crtlookup is a command-line tool for querying crt.sh – a public Certificate Transparency log viewer – to inspect SSL/TLS certificates issued for a given domain.

Easily find subdomains, expiration dates, and certificate issuers directly from your terminal.


Stack

  • Language: Python 3
  • CLI: argparse
  • HTTP: requests
  • Packaging: setuptools
  • Optional distribution via: Homebrew Tap

Usage

Get all active certificates for a domain

crtlookup example.com

Show only unique Common Names (CNs)

crtlookup example.com --unique

Include expired certificates in the query

crtlookup example.com --expired

Output raw JSON

crtlookup example.com --json

Installation

brew tap gustavfroding/crtlookup
brew install crtlookup

License

MIT – do whatever you want, just don't sue me.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages