mirror of
https://github.com/oXis/pwnwiki.github.io.git
synced 2025-10-29 16:56:59 +00:00
10 lines
232 B
Markdown
10 lines
232 B
Markdown
# DNS Configuration Issues
|
|
|
|
### Cache snooping
|
|
host -r www.google.com <nameserverIP>
|
|
|
|
### Open DNS resolution against a DNS server.
|
|
Supply a hostname not cached or inside a company owned domain.
|
|
|
|
nslookup www.nsa.gov <nameserverIP>
|