Forrest logo
back to context overview

dnsmap

List of commands for dnsmap:

  • dnsmap:tldr:9627d dnsmap: Store results to a CSV file.
    $ dnsmap ${example-com} -c ${filename-csv}
    try on your machine
    explain this command
  • dnsmap:tldr:d25ca dnsmap: Scan for subdomains using the internal wordlist.
    $ dnsmap ${example-com}
    try on your machine
    explain this command
  • dnsmap:tldr:dc32a dnsmap: Specify a list of subdomains to check for.
    $ dnsmap ${example-com} -w ${path-to-wordlist-txt}
    try on your machine
    explain this command
  • dnsmap:tldr:f13bc dnsmap: Ignore 2 IPs that are false positives (up to 5 possible).
    $ dnsmap ${example-com} -i ${123-45-67-89,98-76-54-32}
    try on your machine
    explain this command
back to context overview