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

34 lines
590 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:
2022-11-18 08:29:42 +00:00
verified: "true"
shodan-query: title:"MongoDB exporter"
2022-11-18 08:03:49 +00:00
tags: mongodb,exposure,debug
requests:
- method: GET
path:
- "{{BaseURL}}/metrics"
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-11-21 04:48:33 +00:00
- "# HELP"
- type: word
part: body
words:
- "mongodb"
2022-11-18 08:29:42 +00:00
- "mongodb_exporter_build_info"
2022-11-21 04:48:33 +00:00
condition: or
2022-11-18 08:03:49 +00:00
- type: status
status:
- 200