43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
id: robomongo-credential
|
|
|
|
info:
|
|
name: RoboMongo Configuration File - Detect
|
|
author: geeknik
|
|
severity: high
|
|
description: A MongoDB credentials file used by RoboMongo was detected.
|
|
reference: https://robomongo.org/
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.5
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 2
|
|
tags: mongodb,robomongo,disclosure,config,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/db/robomongo.json"
|
|
- "{{BaseURL}}/robomongo.json"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/json"
|
|
|
|
- type: word
|
|
words:
|
|
- "databaseName"
|
|
- "userName"
|
|
- "userPassword"
|
|
- "serverHost"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a00483046022100a091fec38f4647a645665c8ba770105c82fd3c1e4c83b22074900e112e73a44f022100e3836c37d83ecae0eca80a9c63b2ec583a711c0c2fa3fc33a0d584b643bf39dc:922c64590222798bb761d5b6d8e72950
|