44 lines
1.0 KiB
YAML
44 lines
1.0 KiB
YAML
id: mongodb-exporter-metrics
|
|
|
|
info:
|
|
name: MongoDB Exporter - Detect
|
|
author: pussycat0x
|
|
severity: medium
|
|
description: MongoDB exporter was detected.
|
|
reference:
|
|
- https://github.com/percona/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
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"MongoDB exporter"
|
|
tags: mongodb,exposure,debug,misconfig
|
|
|
|
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
|
|
|
|
# digest: 4a0a00473045022100e70c08f7a0a274502be5fab5c5990d4e021978475f806774889abf717ba067db0220382d3f89d218826a80b3c80725854dd10915a9c2570e2febc0e4a3a6f637af67:922c64590222798bb761d5b6d8e72950
|