crt.sh

command module
v0.0.0-...-f1b41bc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 12, 2022 License: MIT Imports: 9 Imported by: 0

README

A crt.sh Utility

This utility connects to the crt.sh database instead of their API which only supports minimal query types that return non-html (e.g. JSON).

Can query crt.sh for domains, fingerprints (SHA1 and SHA256), and Subject Key Identifiers. Output is a list of matching certificate elements, text as from openssl x509 -text, or JSON.

Usage

go run main.go [opts] <query>
  -t string
        type of the query param - [domain, fingerprint, SKID]. Required for SKID query and optional for others
  -o string
        specifies the output format - [list, text, JSON] (default "list")

Example:

go run main.go -t skid ec73502092a4656a6c9e0740362af4c483b7e4bd

References

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL