amass-enum Verified for current stable LTS

Amass Enum Command: Find Active Subdomains With Verification

An engineer would use the 'amass enum -active -d {{domain_name}} -p {{80,443,8080}}' command during a security assessment to actively discover and verify existing subdomains of a target domain that are accessible via specified ports, ensuring they are live and able to be analyzed for vulnerabilities. Exact CLI syntax to find active subdomains with verification using Amass Enum.

When to use this: An engineer would use the 'amass enum -active -d {{domain_name}} -p {{80,443,8080}}' command during a security assessment to actively discover and verify existing subdomains of a target domain that are accessible via specified ports, ensuring they are live and able to be analyzed for vulnerabilities.

Command Syntax

amass enum -active -d <domain_name> -p <80,443,8080>

Command Breakdown

-active
Command Option
Tool-specific option used by this command invocation.
-d
Command Option
Tool-specific option used by this command invocation.
-p
Command Option
Tool-specific option used by this command invocation.

FAQ

Purpose: Exact syntax to find active subdomains with verification using Amass Enum.

Test path: Replace placeholders and run destructive commands in a disposable workspace first.

Flag behavior: Tool version, platform, and shell can change behavior.

Improve This Command

Suggest a correction, safer default, or version-specific note for this entry.

Related Operations

Back to Amass Enum directory