command
module
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Mar 8, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
crt
crt is a CLI tool to get Certificate Transparency logs of a domain name.
It can also enumerate subdomains.
Installation
If you have Go installed:
go get -u github.com/cemulus/crt
Usage
Usage: crt [options...] <domain name>
Options:
-s Enumerate subdomains.
-e Exclude expired certificates.
-l <int> Limit the number of results. (default: 1000)
-o <path> Output file path. Write to file instead of stdout.
-json Turn results to JSON.
-csv Turn results to CSV.
Examples:
crt example.com
crt -s -e example.com
crt -csv -o logs.csv -l 15 example.com
crt -json -o logs.json example.com
Examples


License
Apache License 2.0
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.