broadcast-dhcp6-discover.nse 說明
用來查看 DHCP v6 來源 的 資訊... 指令: nmap -6 --script broadcast-dhcp6-discover 官方網址: https://nmap.org/nsedoc/scripts/broadcast-dhcp6-discover.html 說明 內文: local coroutine = require "coroutine" local dhcp6 = require "dhcp6" local nmap = require "nmap" local stdnse = require "stdnse" local table = require "table" description = [[ 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). ]] --- -- @usage -- nmap -6 --script broadcast-dhcp6-discover -- -- @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 -- | ...