Examples (6)
Find (passively) subdomains of a [d]omain
amass enum -d domain_nameFind subdomains of a [d]omain and actively verify them attempting to resolve the found subdomains
amass enum -active -d domain_name -p 80,443,8080Do a brute force search for sub[d]omains
amass enum -brute -d domain_nameSave the results to a text file
amass enum -o output_file -d domain_nameSave terminal output to a file and other detailed output to a directory
amass enum -o output_file -dir path/to/directory -d domain_nameList all available data sources
amass enum -listmade by @shridhargupta | data from tldr-pages