dnsmap-bulk - mass scan using dnsmap
Contents
Description
dnsmap-bulk is used to bruteforce several target domains in bulk fashion. In other words, is possible get
a list of domains from a file to scan multiple targets using dnsmap as backend.
WARNING: using dnsmap-bulk, dnsmap will always use the default options, i.e. built-in wordlist, delay =
10 ms, never ignoring IPs.
Example
For bruteforcing a list of target domains in a bulk fashion, saving all results inside a directory:
$ dnsmap-bulk domains.txt /tmp/results/
Name
dnsmap-bulk - mass scan using dnsmap
Options
domain-file
A file with domains to be scanned, one per line.
results-path
A path where the results will be saved. dnsmap will use the -r option to name files and will be
created a file for each domain. This item is optional and if not supplied, dnsmap won't create
files.
See Also
dnsmap(1)
Synopsis
dnsmap-bulk <domains-file> [results-path]
