crtsher
1.0.0
証明書の透明性ログ(CRT.SH)からドメインをつかむために使用されるツール。
CRT.SHに1つのリクエストを行うことが多い他のツールとは異なり、このツールは、特に大規模な応答を扱う場合、CRT.SHの固有の遅延と信頼性を処理するように設計されています。失敗した要求から検出して回復するためのRetry Logicが含まれます。タスクを非同期に実行するためにも使用できるシンプルな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
フォルダーを参照してください。
Convributing.mdを参照してください