2022-11-18 06:45:31 +00:00
|
|
|
id: rabbitmq-exporter-metrics
|
|
|
|
|
|
|
|
info:
|
2022-11-24 08:14:40 +00:00
|
|
|
name: RabbitMQ Exporter
|
2022-11-18 06:45:31 +00:00
|
|
|
author: DhiyaneshDk
|
|
|
|
severity: low
|
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-11-18 06:45:31 +00:00
|
|
|
verified: true
|
|
|
|
shodan-query: title:"RabbitMQ Exporter"
|
|
|
|
tags: rabbitmq,exposure,debug
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-11-18 06:45:31 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/metrics"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "rabbitmq_up"
|
|
|
|
- "rabbitmq_exporter_build_info"
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|