
amass-db
List of commands for amass-db:
-
amass-db:tldr:183a6 amass-db: Show results for a specified enumeration index and domain name.$ amass db -dir ${path-to-database_directory} -d ${domain_name} -enum ${index_from_list} -showtry on your machineexplain this command
-
amass-db:tldr:26a46 amass-db: List all found subdomains of a domain within an enumeration.$ amass db -dir ${path-to-database_directory} -d ${domain_name} -enum ${index_from_list} -namestry on your machineexplain this command
-
amass-db:tldr:938ed amass-db: Show a summary of the found subdomains within an enumeration.$ amass db -dir ${path-to-database_directory} -d ${domain_name} -enum ${index_from_list} -summarytry on your machineexplain this command
-
amass-db:tldr:db487 amass-db: List all performed enumerations in the database.$ amass db -dir ${path-to-database_directory} -listtry on your machineexplain this command