#ssl | #go

November 29, 2020

gcrt

gcrt is a simple in cli tool to check certificate information of certain domains against https://crt.sh/. GitHub source. to install go get -u github.com/jhinds/gcrt 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 Homepage https://gcrt.jhinds.dev 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. Read more