Amass は、サブドメイン列挙と資産検出のための強力なツールです。高度なサブドメイン列挙に使用するには、次の手順に従ってください:
-d
フラグを使用するためのサブドメイン。例:amass enum -d example.com
.-d
flag. For example:amass enum -d example.com
.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.-o
flag, or view them in the terminal.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
フラグを使用して、列挙されたサブドメインをファイルに保存します。ターミナルでそれらを表示します。
-exclude
: 列挙から特定のサブドメインまたは正規表現を除外します。
-w
: 一般的なサブドメインまたはキーワードを含むカスタム単語リストを定義します。
-bff
: ブルート-提供された辞書に基づいてサブドメインを強制します。
-min
: サブドメイン名の最小長を設定します。
-max
: サブドメイン名の最大長を設定します。
-o
: JSON、CSV、テキストなどのさまざまな形式で指定したファイルに結果を出力します。
-v
: 詳細なログの詳細出力を有効にします。 amass を使用して、非表示または未公開のサブドメインを特定できますか?はい、amass は、次のような手法を使用して、非表示または未公開のサブドメインの特定を支援できます:受動的列挙: 検索エンジンや証明書などの外部ソースの精査簡単には発見できないサブドメインの透明性ログ。DNS ゾーン転送: DNS ゾーンが保護されていない特定の状況では、Amass はゾーン転送を実行して、包括的なサブドメイン情報を収集できます。ブルートフォース リスト: Amass は、共通またはカスタマイズされたサブドメインのリストを利用してターゲット ドメインを反復的にクエリし、隠されたエントリを明らかにすることができます。
以上が大量の使用方法のチュートリアルの詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。