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

44 lines
872 B
YAML
Raw Normal View History

2022-11-18 08:03:49 +00:00
id: mongodb-exporter-metrics
info:
name: MongoDB Exporter - Detect
2022-11-18 08:03:49 +00:00
author: pussycat0x
severity: medium
description: MongoDB exporter was detected.
2022-11-18 08:03:49 +00:00
metadata:
max-request: 1
2022-11-18 08:29:42 +00:00
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
2022-11-18 08:03:49 +00:00
tags: mongodb,exposure,debug
http:
2022-11-18 08:03:49 +00:00
- 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
# Enhanced by cs on 2023/03/10