發表文章

目前顯示的是 3月, 2018的文章

broadcast-pim-discovery 說明

發送  PIM (Protocol Independent Multicast). 的Hello 去給router , 確定是否回應 官方網址:  https://nmap.org/nsedoc/scripts/broadcast-pim-discovery.html PIM說明: http://www.networksorcery.com/enp/protocol/pim.htm 內文: local nmap = require "nmap" local packet = require "packet" local ipOps = require "ipOps" local bin = require "bin" local stdnse = require "stdnse" local target = require "target" local table = require "table" local math = require "math" local string = require "string" description = [[ Discovers routers that are running PIM (Protocol Independent Multicast). This works by sending a PIM Hello message to the PIM multicast address 224.0.0.13 and listening for Hello messages from other routers. ]] --- -- @args broadcast-pim-discovery.timeout Time to wait for responses in seconds. -- Defaults to <code>5s</code>. -- --@usage -- nmap --script broadcast-pim-discovery --