HOME>>>>>>>>>

File llmnr-resolve

脚本使用类型: prerule
脚本所属分类: discovery, safe, broadcast
脚本下载地址: 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: VER007 整理 http://www.ver007.com

prerule

prerule (host, port)

Parameters

Usage:

nmap --script llmnr-resolve --script-args 'llmnr-resolve.hostname=examplename' -e wlan0