CRTScan
Scan subdomains from certificate transparency logs (https://crt.sh)
Installation
To install/build from source with Golang:
go get github.com/AnikHasibul/crtscan
Usage
$ crtscan google.com
Or with wildcard search:
$ crtscan '%.google.com'
If you want to write the output into file
$ crtscan '%.google.com' > output.txt
TO perform a visual recon/inspection with aquatone:
$ crtscan '%.google.com' | aquatone
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
MIT