File llmnr-resolve
Script types:
prerule
Categories:
discovery, safe, broadcast
Download: http://nmap.org/svn/scripts/llmnr-resolve.nse
User Summary
Resolves a hostname by using the LLMNR (Link-Local Multicast Name Resolution) protocol.
The script works by sending a LLMNR Standard Query containing the hostname to the 5355 UDP port on the 224.0.0.252 multicast address. It listens for any LLMNR responses that are sent to the local machine with a 5355 UDP source port. A hostname to resolve must be provided.
For more information, see: * http://technet.microsoft.com/en-us/library/bb878128.aspx
Script Arguments
max-newtargets, newtargets
See the documentation for the target library.Example Usage
nmap -sV --script=llmnr-resolve <target>
Requires
Author: Hani Benhabiles
License: Same as Nmap--See http://nmap.org/book/man-legal.html


