ホームページ  >  記事  >  大量の使用方法のチュートリアル

大量の使用方法のチュートリアル

DDD
DDDオリジナル
2024-08-15 15:12:20457ブラウズ

高度なサブドメイン列挙に amass を使用する方法

Amass は、サブドメイン列挙と資産検出のための強力なツールです。高度なサブドメイン列挙に使用するには、次の手順に従ってください:

  1. Amass をインストールします: Docker やパッケージ マネージャーなど、お好みの方法を使用して amass をインストールします。
  2. ターゲットを設定します: 列挙するドメインを指定します。 -d フラグを使用するためのサブドメイン。例: amass enum -d example.com.-d flag. For example: amass enum -d example.com.
  3. Configure options: Customize the enumeration process by setting various options and flags. For advanced usage, consider:

    • -bl: Enable brute-force listing of common subdomains.
    • -passive: Perform passive enumeration using external sources like search engines and certificate transparency logs.
    • -active: Conduct active DNS zone transfers to gather subdomains.
    • -alt-dns: Use alternative DNS providers to bypass potential blocking.
    • -timeout: Set the timeout for DNS queries to avoid delays.
  4. Output results: Save the enumerated subdomains to a file using the -o flag, or view them in the terminal.

What are the best options and flags to use with amass?

For optimal results, consider using the following options and flags with amass:

  • -exclude: Exclude specific subdomains or regular expressions from the enumeration.
  • -w: Define a custom wordlist containing common subdomains or keywords.
  • -bff: Brute-force subdomains based on a provided dictionary.
  • -min: Set a minimum length for subdomain names.
  • -max: Set a maximum length for subdomain names.
  • -o: Output the results to a specified file in various formats, such as JSON, CSV, or text.
  • -v

オプションの構成: さまざまなオプションとフラグを設定して列挙プロセスをカスタマイズします。高度な使用法については、以下を考慮してください。

-bl: 共通のサブドメインの総当たりリストを有効にします。

    -passive: 検索エンジンや検索エンジンなどの外部ソースを使用してパッシブ列挙を実行します。証明書の透過性ログ。
  • -active: アクティブな DNS ゾーン転送を実行してサブドメインを収集します。
  • -alt-dns: 代替の DNS プロバイダーを使用して、潜在的なブロックを回避します。
  • -timeout: 遅延を避けるために、DNS クエリのタイムアウトを設定します。
  • 出力結果:
  • -o フラグを使用して、列挙されたサブドメインをファイルに保存します。ターミナルでそれらを表示します。
🎜🎜amass で使用する最適なオプションとフラグは何ですか?🎜🎜🎜最適な結果を得るには、amass で次のオプションとフラグを使用することを検討してください:🎜🎜🎜-exclude : 列挙から特定のサブドメインまたは正規表現を除外します。🎜🎜-w: 一般的なサブドメインまたはキーワードを含むカスタム単語リストを定義します。🎜🎜-bff: ブルート-提供された辞書に基づいてサブドメインを強制します。🎜🎜-min: サブドメイン名の最小長を設定します。🎜🎜-max: サブドメイン名の最大長を設定します。🎜 🎜-o: JSON、CSV、テキストなどのさまざまな形式で指定したファイルに結果を出力します。🎜🎜-v: 詳細なログの詳細出力を有効にします。 🎜🎜🎜🎜amass を使用して、非表示または未公開のサブドメインを特定できますか?🎜🎜🎜はい、amass は、次のような手法を使用して、非表示または未公開のサブドメインの特定を支援できます:🎜🎜🎜🎜受動的列挙:🎜 検索エンジンや証明書などの外部ソースの精査簡単には発見できないサブドメインの透明性ログ。🎜🎜🎜DNS ゾーン転送:🎜 DNS ゾーンが保護されていない特定の状況では、Amass はゾーン転送を実行して、包括的なサブドメイン情報を収集できます。🎜🎜🎜ブルートフォース リスト:🎜 Amass は、共通またはカスタマイズされたサブドメインのリストを利用してターゲット ドメインを反復的にクエリし、隠されたエントリを明らかにすることができます。🎜🎜

以上が大量の使用方法のチュートリアルの詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。

声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。