HOME>>>>>>>>>

File broadcast-dhcp6-discover

脚本使用类型: prerule
脚本所属分类: broadcast, safe
脚本下载地址: http://nmap.org/svn/scripts/broadcast-dhcp6-discover.nse

User Summary

Sends a DHCPv6 request (Solicit) to the DHCPv6 multicast address, parses the response, then extracts and prints the address along with any options returned by the server.

The script requires Nmap to be run in privileged mode as it binds the socket to a privileged port (udp/546).

Example Usage

执行格式

nmap -6 --script broadcast-dhcp6-discover

Script Output

| broadcast-dhcp6-discover: 
|   Interface: en0
|     Message type: Advertise
|     Transaction id: 74401
|     Options
|       Client identifier: MAC: 68:AB:CD:EF:AB:CD; Time: 2012-01-24 20:36:48
|       Server identifier: MAC: 08:FE:DC:BA:98:76; Time: 2012-01-20 11:44:58
|       Non-temporary Address: 2001:db8:1:2:0:0:0:1000
|       DNS Servers: 2001:db8:0:0:0:0:0:35
|       Domain Search: example.com, sub.example.com
|_      NTP Servers: 2001:db8:1111:0:0:0:0:123, 2001:db8:1111:0:0:0:0:124

Requires


Author: Patrik Karlsson

License: VER007 整理 http://www.ver007.com