HOME>>>>>>>>>

File amqp-info

脚本使用类型: portrule
脚本所属分类: default, discovery, safe, version
脚本下载地址: http://nmap.org/svn/scripts/amqp-info.nse

User Summary

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 server-properties field.

Script Arguments

amqp.version

Can be used to specify the client version to use (currently, 0-8, 0-9 or 0-9-1)

Example Usage

执行格式

nmap --script amqp-info -p5672 <target>

Script Output

5672/tcp open  amqp
| amqp-info:
|   capabilities:
|     publisher_confirms: YES
|     exchange_exchange_bindings: YES
|     basic.nack: YES
|     consumer_cancel_notify: YES
|   copyright: Copyright (C) 2007-2011 VMware, Inc.
|   information: Licensed under the MPL.  See http://www.rabbitmq.com/
|   platform: Erlang/OTP
|   product: RabbitMQ
|   version: 2.4.0
|   mechanisms: PLAIN AMQPLAIN
|_  locales: en_US

Requires


Author: Sebastian Dragomir

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