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 IN/OUT および 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] tldfinderはプライベートTLDの発見を目的としているため、プライベート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

参考

  • Hacking Beyond.com — プライベートTLDの列挙

謝辞

  • N7WEra - このプロジェクトのアイデアを考案していただきました。

tldfinderは ❤️ をもって projectdiscovery チームによって作られ、MITライセンスの下で配布されています。

Discordに参加

ツールをダウンロード