nuclei-templates/misconfiguration/mongodb-exporter-metrics.yaml

29 lines
504 B
YAML
Raw Normal View History

2022-11-18 08:03:49 +00:00
id: mongodb-exporter-metrics
info:
name: Detect MongoDB Exporter
author: pussycat0x
severity: low
metadata:
verified: true
shodan-query: title:"mongodb exporter"
tags: mongodb,exposure,debug
requests:
- method: GET
path:
- "{{BaseURL}}/metrics"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "mongodb_mongod"
2022-11-18 08:28:26 +00:00
- "mongodb_up"
2022-11-18 08:03:49 +00:00
condition: and
- type: status
status:
- 200