LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

dnsmap

subdomain brute-force scanner

TLDR

Scan for subdomains using internal wordlist
$ dnsmap [example.com]
copy
Specify custom wordlist
$ dnsmap [example.com] -w [path/to/wordlist.txt]
copy
Store results to CSV file
$ dnsmap [example.com] -c [path/to/file.csv]
copy
Ignore false positive IPs
$ dnsmap [example.com] -i [123.45.67.89,98.76.54.32]
copy

SYNOPSIS

dnsmap domain [options]

DESCRIPTION

dnsmap is a subdomain brute-force enumeration tool that uses DNS queries to discover subdomains not listed in public DNS records. It works by attempting to resolve potential subdomain names from a wordlist, identifying which ones successfully resolve to IP addresses.The tool comes with a built-in wordlist of common subdomain names (www, mail, ftp, etc.), but custom wordlists can be specified for more thorough enumeration. DNS wildcard configurations can cause false positives where all subdomains resolve to the same IP; the -i flag allows filtering out these known wildcard addresses. Results can be saved to CSV format for further analysis. The tool is commonly used in penetration testing reconnaissance to map an organization's DNS footprint and discover potential attack surfaces like development servers, staging environments, or forgotten subdomains.

PARAMETERS

-w wordlist

Use custom wordlist file
-c file
Output results to CSV file
-i IPs
Comma-separated IPs to ignore (false positives)
-d delay
Delay between queries (milliseconds)
-r file
Save results to regular file

INSTALL

sudo apt install dnsmap
copy
sudo dnf install dnsmap
copy
brew install dnsmap
copy
nix profile install nixpkgs#dnsmap
copy

CAVEATS

Use only against authorized domains. May trigger security alerts. DNS wildcards can cause false positives; use -i to filter.

SEE ALSO

dnsrecon(1), fierce(1), nslookup(1)

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid