Forrest logo
back to context overview

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} -show
    try on your machine
    explain 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} -names
    try on your machine
    explain 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} -summary
    try on your machine
    explain this command
  • amass-db:tldr:db487 amass-db: List all performed enumerations in the database.
    $ amass db -dir ${path-to-database_directory} -list
    try on your machine
    explain this command
back to context overview