
Cliente de API para crt.sh
Cliente de API para crt.sh
crtsh permite obtener información sobre un sitio web HTTPS.
Por ejemplo, buscar subdominios.
Esta herramienta utiliza registros de Certificate Transparency. Para más información, consulte https://crt.sh/
Buscar subdominios de example.com
En --query, % se puede usar como comodín.
Descargue el binario desde la página de lanzamientos
$ go get -u github.com/knqyf263/crtsh
% crtsh -h
crtsh client
Usage:
crtsh [command]
Available Commands:
help Help about any command
search search
Flags:
--config string config file (default is $HOME/.crtsh.yaml)
-h, --help help for crtsh
Use "crtsh [command] --help" for more information about a command.
$ crtsh search --help
Usage:
crtsh search [flags]
Flags:
-d, --domain string Domain Name (e.g. %.exmaple.com)
-h, --help help for search
--plain plain text mode
-q, --query string query (e.g. Facebook)
Global Flags:
--config string config file (default is $HOME/.crtsh.yaml)