amqp-info.nse 說明
從 AMQP (advanced message queuing protocol) server 取得訊息 AMQP說明: https://en.wikipedia.org/wiki/Advanced_Message_Queuing_Protocol 官方: https://nmap.org/nsedoc/scripts/amqp-info.html 內容: local amqp = require "amqp" local nmap = require "nmap" local shortport = require "shortport" local stdnse = require "stdnse" description = [[ Gathers information (a list of all server properties) from an AMQP (advanced message queuing protocol) server. See http://www.rabbitmq.com/extensions.html for details on the <code>server-properties</code> field. ]] --- -- @usage -- nmap --script amqp-info -p5672 <target> --- -- @args amqp.version Can be used to specify the client version to use (currently, 0-8, 0-9 or 0-9-1) -- -- @output -- 5672/tcp open amqp -- | amqp-info: -- | capabilities: -- | publisher_confirms: YES -- | exchange_exchange_bindings: YES -- | basic.nack: YES -- | consumer_cancel_notify