amass-enum
Verified for current stable LTS
Amass Enum Command: Find Subdomains Actively
An engineer would use the 'amass enum -active -d {{domain_name}} -p {{80,443,8080}}' command during a penetration testing phase to actively discover subdomains of a target domain while specifically probing ports 80, 443, and 8080 for open services. Exact CLI syntax to find_subdomains_actively 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 penetration testing phase to actively discover subdomains of a target domain while specifically probing ports 80, 443, and 8080 for open services.
Command Syntax
amass enum -active -d <domain_name> -p <80,443,8080> 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_subdomains_actively 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
Amass Enum Command: Find Passive Subdomains
amass enum -d <domain_name> Amass Enum Command: Save Terminal Output And Detailed Output amass enum -o <output_file> -dir <path/to/directory> -d <domain_name> Amass Enum Command: Find Active Subdomains With Verification amass enum -active -d <domain_name> -p <80,443,8080> Amass Enum Command: Brute Force Subdomain Search amass enum -brute -d <domain_name> Amass Enum Command: Save Results To File amass enum -o <output_file> -d <domain_name>