
Client API pour crt.sh
Client API pour crt.sh
crtsh permet d'obtenir les informations sur un site web HTTPS.
par ex. rechercher des sous-domaines.
Cet outil utilise les journaux de transparence des certificats. Pour plus d'informations, consultez https://crt.sh/
Recherchez les sous-domaines de example.com
Dans --query, % peut être utilisé comme joker.
Téléchargez le binaire depuis la page des versions
$ 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)