nuclei-templates/network/detection/rabbitmq-detect.yaml

31 lines
857 B
YAML
Raw Normal View History

2022-11-03 18:51:27 +00:00
id: rabbitmq-detect
info:
name: RabbitMQ Detection
author: pussycat0x
severity: info
description: |
RabbitMQ is an open-source message-broker software that originally implemented the Advanced Message Queuing Protocol and has since been extended with a plug-in architecture to support Streaming Text Oriented Messaging Protocol, MQ Telemetry Transport, and other protocols.
reference:
2022-11-03 18:54:08 +00:00
- https://nmap.org/nsedoc/scripts/amqp-info.html
2022-11-03 19:34:55 +00:00
metadata:
verified: true
shodan-query: product:"RabbitMQ"
tags: network,rabbitmq,oss
2022-11-03 18:51:27 +00:00
network:
- inputs:
- data: "AMQP\u0000\u0000\t\u0001"
2022-11-03 19:34:55 +00:00
2022-11-03 18:51:27 +00:00
host:
- "{{Hostname}}"
- "{{Host}}:5672"
2022-11-03 19:34:55 +00:00
2022-11-03 18:51:27 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "publisher_confirmst"
- "RabbitMQ"
2022-11-03 19:34:55 +00:00
condition: and