DNS
DNS analysis
Last updated
Was this helpful?
DNS analysis
Last updated
Was this helpful?
Use these first, as it is completely passive and uses Internet infrastructure instead of your own machine.
DNS Dumpster []
Shodan []
Censys []
Powerful linux based tool used to gather and analyze dns records
This command uses 192.168.1.1
to gather information
Using the -x
flag is the same as dig 23.1.168.192.in-addr-arpa PTR
Very unlikely to work, most domains should not allow external zone transfers. More likely to happen from the inside though. Always attempt this anyway!
We can use nslookup
from a windows host to try and gather information as well.
Multi-threaded DNS tool written in python 3
Attempt to enumerate DNS hostnames by guessing subdomains.
Uses gobuster for DNS subdomain, is multi-threaded 😎
Lots of switches for this command