crtsher
1.0.0
一種用於從證書透明度日誌(CRT.SH)中獲取域的工具。
與其他經常向CRT.SH請求的工具不同,此工具旨在處理CRT.SH的固有緩慢和不可靠性,尤其是在處理大型響應時。它包括重試邏輯以檢測和從失敗的請求中恢復。它提供了一個簡單的API,也可以用來異步運行任務。
需要1.20或更高版本。
go install github.com/root4loot/cmd/crtsher@latest
git clone https://github.com/root4loot/crtsher
cd crtsher
docker run --rm -it $( docker build -q . ) example.com
Usage: crtsher [options] < domain | orgname >
-f, --file < file > Specify input file containing targets, one per line.
-t, --timeout < seconds > Set the timeout for each request (default: 90).
-c, --concurrency < number > Set the number of concurrent requests (default: 3).
--debug Enable debug mode.
--version Display the version information.
--help Display this help message.
Search Query Identity:
- Domain Name
- Organization Name
Examples:
crtsher example.com
crtsher " Hackerone Inc "
crtsher --file domains.txt
$ crtsher example.com
[crtsher] (INF) Querying example.com
[crtsher] (RES) www.example.org
[crtsher] (RES) hosted.jivesoftware.com
[crtsher] (RES) uat3.hosted.jivesoftware.com
[crtsher] (RES) www.example.com
[crtsher] (RES) example.com
有關使用示例,請參見examples
夾。
參見貢獻