41 lines
873 B
YAML
41 lines
873 B
YAML
|
id: robomongo-credential
|
||
|
|
||
|
info:
|
||
|
name: RoboMongo Configuration File - Detect
|
||
|
author: geeknik
|
||
|
severity: high
|
||
|
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
|
||
|
description: A MongoDB credentials file used by RoboMongo was detected.
|
||
|
reference: https://robomongo.org/
|
||
|
tags: mongodb,robomongo,disclosure,config
|
||
|
|
||
|
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
|
||
|
|
||
|
# Enhanced by cs on 2023/03/02
|