[go: up one dir, main page]

Skip to content
forked from jhinds/gcrt

Query Certificate Transparency Logs

Notifications You must be signed in to change notification settings

jakewarren/gcrt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gcrt

crt is a simple in cli tool to check certificate information of certain domains against https://gcrt.sh/.

usage

gcrt is a tool to query the Certificate Transparency Logs
                                  it does so by querying https://crt.sh
                                  Complete documentation is available at https://github.com/jhinds/gcrt

Usage:
  gcrt [flags]

Flags:
      --between string   The dates to run the query for in the format start-date:end-date.  The dates should have the format YYYY-MM-DD
  -c, --count string     Don't return the results just the count
      --days string      How many days back to query
  -d, --domain string    Domain to find certificates for. % is a wildcard
  -h, --help             help for gcrt

to build

go build -o bin/gcrt

to download

go get -u github.com/jhinds/gcrt

About

Query Certificate Transparency Logs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%