Summary
DNS Cache Snoop Validation
Command
nmap -sU -p 53 --script-dns-cache-snoop.nse --script-args='nonrecursive,timed' 127.0.0.2
Description
-sU -p 53 connect to standard DNS port using UDP
– – script=dns-cache-snoop.nse – – script-arg=’nonrecursive,timed’ use the DNS Cache Snoop plugin with the nonrecursive and timed options
127.0.0.2 is the remote IP address
Nessus Plugin ID 12217