massdns
Resolve DNS records in bulk with high performance for reconnaissance. See also: `dig`, `dnsx`.
More info →Options (6)
-r, --resolversbooleanResolve `A` records for domains in a file using specified resolvers
massdns {{[-r|--resolvers]}} {{path/to/resolvers.txt}} {{path/to/domains.txt}}-t, --typebooleanResolve a specific record type and write results to a file
massdns {{[-r|--resolvers]}} {{path/to/resolvers.txt}} {{[-t|--type]}} {{A|AAAA|NS|MX|TXT}} {{[-w|--outfile]}} {{path/to/output.txt}} {{path/to/domains.txt}}-w, --outfilebooleanResolve a specific record type and write results to a file
massdns {{[-r|--resolvers]}} {{path/to/resolvers.txt}} {{[-t|--type]}} {{A|AAAA|NS|MX|TXT}} {{[-w|--outfile]}} {{path/to/output.txt}} {{path/to/domains.txt}}-o, --outputbooleanResolve domains with simple text output format
massdns {{[-r|--resolvers]}} {{path/to/resolvers.txt}} {{[-o|--output]}} S {{path/to/domains.txt}}-s, --hashmap-sizebooleanResolve domains with a custom number of concurrent lookups
massdns {{[-r|--resolvers]}} {{path/to/resolvers.txt}} {{[-s|--hashmap-size]}} {{10000}} {{path/to/domains.txt}}-q, --quietbooleanResolve domains in quiet mode, suppressing status output
massdns {{[-r|--resolvers]}} {{path/to/resolvers.txt}} {{[-q|--quiet]}} {{path/to/domains.txt}}Examples (6)
Resolve `A` records for domains in a file using specified resolvers
massdns [-r|--resolvers] path/to/resolvers.txt path/to/domains.txtResolve a specific record type and write results to a file
massdns [-r|--resolvers] path/to/resolvers.txt [-t|--type] A|AAAA|NS|MX|TXT [-w|--outfile] path/to/output.txt path/to/domains.txtResolve domains with simple text output format
massdns [-r|--resolvers] path/to/resolvers.txt [-o|--output] S path/to/domains.txtResolve domains with JSON output format
massdns [-r|--resolvers] path/to/resolvers.txt [-o|--output] J path/to/domains.txtResolve domains with a custom number of concurrent lookups
massdns [-r|--resolvers] path/to/resolvers.txt [-s|--hashmap-size] 10000 path/to/domains.txtResolve domains in quiet mode, suppressing status output
massdns [-r|--resolvers] path/to/resolvers.txt [-q|--quiet] path/to/domains.txt