功能 • 安装 • 使用 • 运行 tldfinder • 加入 Discord
用于发现 TLD、关联域和相关域名的简化工具。
基于 TLD 的 DNS 查找(被动)
反向域名查找(被动)
STD IN/OUT和TXT/JSON输出
tldfinder 需要Go 1.21才能成功安装。要安装,只需运行以下命令或从发布页面下载预编译的二进制文件。
去安装 github.com/projectdiscovery/tldfinder/cmd/tldfinder@latest
tldfinder -h
这将显示该工具的帮助。这是它支持的所有交换机。
tldfinder 是一个 tls 数据收集和分析工具包。一个用于发现 TLD、关联子域和相关域名的简化工具。用法:./tldfinder [flags]Flags:INPUT: -d, -domain string[] 域或域列表用于发现(文件或逗号分隔)SOURCE:-s, -sources string[] 用于发现的特定源(-s censys,dnsrepo)。使用 -ls 显示所有可用源。 -es, -exclude-sources string[] 从枚举中排除的源 (-es censys,dnsrepo) -dm, -discovery-mode 值发现模式 (dns,tld,domain)(默认 dns) -all 使用所有源进行枚举(慢)过滤: -m, -match string[] 域或要匹配的域列表(文件或逗号分隔) -f, -filter string[] 域或要过滤的域列表(文件或逗号分隔)RATE-LIMIT: -rl, -rate-limit int 每秒发送的最大 http 请求数(全局) -rls, -rate-limits value 每秒发送的最大 http 请求数 key=value 中的四个提供者格式 (-rls hackertarget=10/m) (默认 ["waybackarchive=15/m", "whoisxmlapi=50/s", "whoisxmlapi=30/s"]) -t int 并发数用于解析的 goroutine(仅 -active)(默认 10)UPDATE:-up,-update 将 tldfinder 更新到最新版本 -duc,-disable-update-check 禁用自动 tldfinder 更新 checkOUTPUT:-o,-output 字符串文件以将输出写入-oJ, -json 以 JSONL(ines) 格式写入输出 -oD, -output-dir 写入输出的字符串目录(仅限 -dL) -cs, -collect-sources 包括以下位置的所有源输出(仅限 -json) -oI、-ip 在输出中包含主机 IP(仅限 -active)配置:-config 字符串标志配置文件(默认“/Users/user/Library/Application Support/tldfinder/config.yaml”) -pc, -provider-config 字符串提供程序配置文件(默认“/Users/user/Library/Application Support/tldfinder/provider-config.yaml”) -r string[] 逗号分隔的解析器列表使用 -rL、-rlist 包含要使用的解析器列表的字符串文件 -nW、-active 仅显示活动域 -proxy 字符串与 tldfinder 一起使用的 http 代理 -ei、-exclude-ip 从域列表中排除 IPDEBUG:-silent仅在输出中显示域 -version 显示 tldfinder 的版本 -v 显示详细输出 -nc, -no-color 禁用输出中的颜色 -ls, -list-sources 列出所有可用源 -stats 报告源statsOPTIMIZATION: -timeout int 超时前等待的秒数(默认 30) -max-time int 分钟等待枚举结果(默认 10)
tldfinder需要域或 tld 作为任何发现模式的输入。
io # TLD inputgoogle.io # 域名输入(tld 将从域名中自动提取)
可以使用-domain / -d
标志提供输入,并且可以使用逗号分隔的输入提供多个值。
运行示例:
$ tldfinder -d google.goog ________ ___ _____ __ /_ __/ / / _ / __(_)__ ___/ /__ ____ / / / /__/ // / _// / _ / _ / -_) __ //_/ /____/____/_/ /_/_//_/_,_/__/_/ projectdiscovery.io[INF] 枚举子(域)对于“古格” TLDsimulations.endpoints.ingka-cff-simulations-prod.cloud.googkf1.endpoints.x-delivery-benchmarking.cloud.googbanquedeprojets-mcinet-gov-ma.translate.googwww-pietervreedeplein-nl。翻译.googwww.chwsimpreprod.googkubeflow-ver1-2.endpoints.dbce-dswb-sbx-e07f.cloud.googapp2.r1.testacq.mesaintegrationtesting.off.googrcs-nightly.staging.telephony.googbooksto re.endpoints.pergamon-test-apis.cloud.googtexaspokerfans.endpoints.diamondonline-dev.cloud.googpinterest-com.translate.googext.audit.endpoints.mw-project-ext-179e.cloud.googmas-pr ovider-dev-co.endpoints.txd-mas-dev.cloud.googca8ru178nqhhk3h75qn0.us-central1.visionai.googcbd0d2028lo7e2iocmdg.us-central1.visionai.goog1p-na-telecom.rcs.telephony.goog.....[INF ]在 10 秒 458 毫秒内找到了 3329 个 goog 域名
黑客 Beyond.com — 枚举私有 TLD
N7WEra 为这个项目提出了想法。
tldfinder 由项目发现团队使用 ❤️ 制作,并根据 MIT 许可证分发。