THC-IPv6-Attack-Toolkit/dnsdict6

From aldeid
Jump to navigation Jump to search
You are here:
dnsdict6

Description

Dnsdict6 is part of THC IPv6 Attack Toolkit and is a parallized DNS IPv6 dictionary bruteforcer.

Installation

Please refer to this section.

Usage

Syntax

dnsdict6 [-d46] [-s|-m|-l|-x] [-t THREADS] [-D] domain [dictionary-file]

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)
-x(treme=3211)

Example

# dnsdict6 -4 -t 16 ninja-sec.com
Starting enumerating ninja-sec.com. - creating 16 threads for 798 words...
Estimated time to completion: 1 to 1 minute

Detected openDNS, this might increase performance
Warning: wildcard domain configured
*.ninja-sec.com. -> 67.215.65.132
Warning: wildcard domain configured (2nd test)
www.ninja-sec.com. -> 173.245.60.199
www.ninja-sec.com. -> 108.162.199.101

Found 1 domain name, 3 unique ipv4 and 0 unique ipv6 addresses for ninja-sec.com.

Comments