
Client API per crt.sh
Client API per crt.sh
crtsh consente di ottenere le informazioni su un sito web HTTPS.
es. Cerca sottodomini.
Questo strumento utilizza i log di Certificate Transparency. Per maggiori informazioni, consulta https://crt.sh/
Cerca i sottodomini di example.com
In --query, % può essere usato come carattere jolly.
Scarica il binario dalla pagina delle release
$ 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)