Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
tldfinder — 用于安全研究、发现私有 TLD 的精简工具。 | Kitploit
工具/GitHubGitHub/projectdiscovery/tldfinder
侦察网络映射DNS和子域名枚举信息收集子域名枚举DNS 分析
GitHubprojectdiscovery/tldfinder

tldfinder

用于安全研究、发现私有 TLD 的精简工具。

查看仓库
326156个月前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

TLDFinder

功能 • 安装 • 使用方法 • 运行 tldfinder • 加入 Discord

一款用于安全研究发现私有 TLD 的精简工具。

功能

image

  • 基于 TLD 的 DNS 查询(被动)
  • 基于 TLD 的 DNS 查询(主动)
  • STD 输入/输出以及 TXT/JSON 输出

安装

tldfinder 需要 Go 1.21 才能成功安装。要安装,只需运行以下命令,或从发布页面下载预编译二进制文件。

root@kitploit:~
go install github.com/projectdiscovery/tldfinder/cmd/tldfinder@latest

使用方法

root@kitploit:~
tldfinder -h

这将显示工具的帮助信息。以下是它支持的所有开关。

root@kitploit:~
A streamlined tool for discovering private TLDs for security research.

Usage:
  ./tldfinder [flags]

Flags:
INPUT:
   -d, -domain string[]  domain or list of domains for discovery (file or comma separated)

SOURCE:
   -s, -sources string[]           specific sources to use for discovery (-s censys,dnsrepo). Use -ls to display all available sources.
   -es, -exclude-sources string[]  sources to exclude from enumeration (-es censys,dnsrepo)
   -dm, -discovery-mode value      discovery mode (dns,tld,domain) (default dns)
   -all                            use all sources for enumeration (slow)

FILTER:
   -m, -match string[]   domain or list of domain to match (file or comma separated)
   -f, -filter string[]   domain or list of domain to filter (file or comma separated)

RATE-LIMIT:
   -rl, -rate-limit int      maximum number of http requests to send per second (global)
   -rls, -rate-limits value  maximum number of http requests to send per second four providers in key=value format (-rls hackertarget=10/m) (default ["waybackarchive=15/m", "whoisxmlapi=50/s", "whoisxmlapi=30/s"])
   -t int                    number of concurrent goroutines for resolving (-active only) (default 10)

UPDATE:
   -up, -update                 update tldfinder to latest version
   -duc, -disable-update-check  disable automatic tldfinder update check

OUTPUT:
   -o, -output string       file to write output to
   -oJ, -json               write output in JSONL(ines) format
   -oD, -output-dir string  directory to write output (-dL only)
   -cs, -collect-sources    include all sources in the output (-json only)
   -oI, -ip                 include host IP in output (-active only)

CONFIGURATION:
   -config string                flag config file (default "/Users/user/Library/Application Support/tldfinder/config.yaml")
   -pc, -provider-config string  provider config file (default "/Users/user/Library/Application Support/tldfinder/provider-config.yaml")
   -r string[]                   comma separated list of resolvers to use
   -rL, -rlist string            file containing list of resolvers to use
   -nW, -active                  display active domains only
   -proxy string                 http proxy to use with tldfinder
   -ei, -exclude-ip              exclude IPs from the list of domains

DEBUG:
   -silent             show only domains in output
   -version            show version of tldfinder
   -v                  show verbose output
   -nc, -no-color      disable color in output
   -ls, -list-sources  list all available sources
   -stats              report source statistics

OPTIMIZATION:
   -timeout int   seconds to wait before timing out (default 30)
   -max-time int  minutes to wait for enumeration results (default 10)

运行 tldfinder

tldfinder 专为安全研究目的而设计,用于发现私有 TLD。它接受域名或私有 TLD 作为输入。

  • TLD 输入:example(私有 TLD)
  • 域名输入:example.google(自动提取私有 TLD)

使用 -domain 或 -d 指定输入,多个值可用逗号分隔输入。

[!NOTE] 仅接受私有 TLD,因为 tldfinder 专用于私有 TLD 发现。

示例运行:

root@kitploit:~
$ tldfinder -d google

 ________   ___  _____         __       
/_  __/ /  / _ \/ __(_)__  ___/ /__ ____
 / / / /__/ // / _// / _ \/ _  / -_) __/
/_/ /____/____/_/ /_/_//_/\_,_/\__/_/ 

      projectdiscovery.io

[INF] Current tldfinder version v0.0.2 (latest)
[INF] Enumerating sub(domains) for "google" TLD
ice.ext.google
test.postini.corp.google
m.gutsdev.corp.google
orkut-impersonation.corp.google
orkut-qa.corp.google
sites-googlegroups-qa07.corp.google
partners.cloudskillsboost.google
support.registry-sandbox.google
www.google
docs.google
plus.google
cache7.c.docs.google
smtp.google
...
[INF] Found 215 domains for google in 7 seconds 968 milliseconds

参考

  • 破解 Beyond.com —— 枚举私有 TLD

致谢

  • N7WEra 提出了这个项目的想法。

tldfinder 由 projectdiscovery 团队倾心打造,并在 MIT License 下分发。

Join Discord

下载工具