logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dnsmap-bulk - mass scan using dnsmap

Author

dnsmap-bulk was originally written by "pagvac" in 2006. Currently it is maintained by volunteers,  inside
       dnsmap project, at https://github.com/resurrecting-open-source-projects/dnsmap/

       This manpage was written by Joao Eriberto Mota Filho.

dnsmap-bulk-0.1                                    18 Nov 2019                                    dnsmap-bulk(1)

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]

See Also