Certificate Transparency log query tool for crt.sh
git clone https://github.com/UmmItKin/ct-go
cd ct-go
just build./ct-go --domain example.comjust build # Build binary
just run <domain> # Run directly
just clean # Clean build artifacts
just check # Run fmt and vetData from crt.sh - Certificate Transparency log search engine
Displays certificate records with:
- Certificate ID
- Common Name
- Validity period (Not Before/After)
- Issuer information
Color-coded logging:
- INFO (blue)
- SUCCESS (green)
- WARNING (yellow)
- ERROR/CRITICAL (red)