Script amqp-info

Script types: portrule
Categories: default, discovery, safe, version
Download: https://svn.nmap.org/nmap/scripts/amqp-info.nse

Script 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

See the documentation for the amqp library.

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: Same as Nmap--See https://nmap.org/book/man-legal.html