root@bt:~# dnsdict6
dnsdict6 v1.8 (c) 2011 by van Hauser / THC
Syntax: dnsdict6 [-d46] [-s|-m|-l|-x] [-t THREADS] [-D] domain [dictionary-file]
Enumerates a domain for DNS entries, it uses a dictionary file if supplied or a built-in list otherwise. This tool is based on dnsmap by gnucitizen.org.
Options:
-4 also dump IPv4 addresses
-t NO specify the number of threads to use (default: 8, max: 32).
-D dump the selected built-in wordlist, no scanning.
-d display IPv6 information on NS and MX DNS domain information.
-[smlx] choose the dictionary size by -s(mall=50), -m(edium=796) (DEFAULT) -l (arge=1416), or -x(treme=3211)
root@bt:~# dnsdict6 -d46 -x -t 16 interpol.int
NS of interpol.int. is ns0.interpol.int. -> 193.22.7.80
NS of interpol.int. is ns1.interpol.int. -> 193.22.7.122
No IPv6 address for NS entries found in DNS for domain interpol.int.
MX of interpol.int. is mail11.interpol.int. -> 193.22.7.4
MX of interpol.int. is mail12.interpol.int. -> 193.22.7.5
No IPv6 address for MX entries found in DNS for domain interpol.int.
Starting enumerating interpol.int. - creating 16 threads for 3213 words...
Estimated time to completion: 1 to 3 minutes
md.interpol.int. -> 193.22.7.81
md.interpol.int. -> 193.22.7.82
ns1.interpol.int. -> 193.22.7.122
m.interpol.int. -> 193.22.7.84
m.interpol.int. -> 193.22.7.83
ns0.interpol.int. -> 193.22.7.80
www.interpol.int. -> 193.22.7.1
Found 5 domain names, 7 unique ipv4 and 0 unique ipv6 addresses for interpol.int.
2 comments:
Hi, I'm probably dumb by I cannot understand the value -d46. Ok, I got the -d switch, I got "4" by "6" means IPv6? and if yes, what about the -D switch?
Sorry for my horrible English, just trying to understand
Walter
I think -d46 means -d4 and -d6 together
Post a Comment