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
夹。
参见贡献