A fast command-line tool written in Go for scanning domains via crt.sh to gather certificate transparency data.
Status: beta
This tool is primarily used by security researchers and threat intelligence analysts to quickly enumerate domains and subdomains by querying certificate transparency logs on crt.sh. It helps in OSINT investigations and vulnerability scanning by revealing domain certificates associated with a target.
As the tool is in beta, users should be aware of potential bugs or incomplete features; ensure Go environment is set up if building from source.
Download or clone the repository from GitHub
Build the tool using Go or download precompiled binaries if available
Run the executable directly on supported platforms
./crt <TARGET>
Scans the specified target domain against crt.sh to retrieve associated certificate transparency data.