Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
ツール/GitHubGitHub/enenumxela/subdomains.sh
偵察情報収集ペネトレーションテストサブドメイン列挙DNS分析
GitHubenenumxela/subdomains.sh

subdomains.sh

特定のドメインに対して、サブドメイン列挙に使用されるツール群のラッパーであり、ワークフローを自動化するためにbashで書かれています。

リポジトリを見る
79124年前Kitploit レビュー済み

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

subdomains.sh

Made with Bash Maintenance open issues closed issues license author

サブドメイン列挙に使用されるツールのラッパーで、指定されたドメインに対してワークフローを自動化するために bash で書かれています。

リソース

  • ワークフロー
  • インストール
  • 使用方法
  • クレジット
  • 貢献

ワークフロー

Flow Chart

インストール

インストールスクリプトを実行:

root@kitploit:~
curl -s https://raw.githubusercontent.com/hueristiq/subdomains.sh/main/install.sh | bash -

またはエフェメラルなDockerコンテナで実行:

リポジトリをクローンして実行

root@kitploit:~
cd subdomains.sh
# Build the container image
./docker-subdomains.sh build

# After build, you can run the script with the same options listed above.
# Each run will run in a new container, and the container is destroyed after run
./docker-sudomains.sh -d example.com -r 1.1.1.1

# To destroy the container image if desired
./docker-subdomains.sh destroy

使用方法

このスクリプトのヘルプメッセージを表示するには、-h フラグを使用します:

root@kitploit:~
subdomains.sh -h
root@kitploit:~

           _         _                       _                 _     
 ___ _   _| |__   __| | ___  _ __ ___   __ _(_)_ __  ___   ___| |__  
/ __| | | | '_ \ / _` |/ _ \| '_ ` _ \ / _` | | '_ \/ __| / __| '_ \ 
\__ \ |_| | |_) | (_| | (_) | | | | | | (_| | | | | \__  _\__ \ | | |
|___/\__,_|_.__/ \__,_|\___/|_| |_| |_|\__,_|_|_| |_|___(_)___/_| |_| v1.0.0

USAGE:
  subdomains.sh [OPTIONS]

OPTIONS:
   -d, --domain 			 domain to discover subdomains for *
   -r, --resolvers 			 list of DNS resolvers containing file *
       --skip-passive 			 skip passive discovery discovery
       --use-passive-tools 		 comma(,) separated passive tools to use
       --exclude-passive-tools 		 comma(,) separated passive tools to exclude
       --skip-active 			 skip active discovery discovery
       --skip-dictionary 		 skip discovery from dictionary DNS brute forcing
  -dW, --dictionary-wordlist 		 wordlist for dictionary DNS  brute forcing
       --skip-permutation 		 skip discovery from permutation DNS brute forcing
  -pW, --permutation-wordlist 		 wordlist for permutation DNS brute forcing
       --skip-dns-records 		 skip discovery from DNS records
       --skip-reverse-dns 		 skip discovery from reverse DNS lookup
   -o, --output 			 output text file
       --setup				 install/update this script & dependencies
   -h, --help 				 display this help message and exit

NOTE: options marked with asterik(*) are required.

HAPPY HACKING :)

注: アスタリスク(*)が付いたオプションは必須です。

ハッピーハッキング :)

クレジット

このスクリプトで使用した様々なツールの作者に感謝します:

  • @OWASP による amass
  • @hakluke による hakrevdns
  • @d3mondev による puredns
  • @tomnonom による anew
  • @Edu4rdSHL による findomain
  • @shenwei356 による rush
  • @hueristiq による hqsubfind3r
  • @projectdiscovery による subfinder と httpx

貢献

Issues と Pull Requests をお待ちしています!

ツールをダウンロード