
crt.sh के लिए API क्लाइंट
crt.sh के लिए API क्लाइंट
crtsh एक HTTPS वेबसाइट के बारे में जानकारी प्राप्त करने की सुविधा देता है।
जैसे, सबडोमेन खोजें।
यह टूल सर्टिफिकेट ट्रांसपेरेंसी लॉग्स का उपयोग करता है। अधिक जानकारी के लिए, https://crt.sh/ देखें।
example.com के सबडोमेन खोजें
--query में, % को वाइल्डकार्ड के रूप में उपयोग किया जा सकता है।
रिलीज़ पेज से बाइनरी डाउनलोड करें
$ 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)