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

44 lines
872 B
YAML

id: mongodb-exporter-metrics
info:
name: MongoDB Exporter - Detect
author: pussycat0x
severity: medium
description: MongoDB exporter was detected.
metadata:
max-request: 1
verified: "true"
shodan-query: title:"MongoDB exporter"
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
reference:
- https://github.com/percona/mongodb_exporter
tags: mongodb,exposure,debug
http:
- method: GET
path:
- "{{BaseURL}}/metrics"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "# HELP"
- type: word
part: body
words:
- "mongodb"
- "mongodb_exporter_build_info"
condition: or
- type: status
status:
- 200
# Enhanced by cs on 2023/03/10