nuclei-templates/http/exposures/configs/robomongo-credential.yaml

41 lines
873 B
YAML
Raw Normal View History

2021-05-28 03:31:24 +00:00
id: robomongo-credential
2021-05-26 21:36:36 +00:00
info:
name: RoboMongo Configuration File - Detect
2021-05-26 21:36:36 +00:00
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/
2021-05-28 03:31:24 +00:00
tags: mongodb,robomongo,disclosure,config
2021-05-26 21:36:36 +00:00
http:
2021-05-26 21:36:36 +00:00
- method: GET
path:
- "{{BaseURL}}/db/robomongo.json"
- "{{BaseURL}}/robomongo.json"
matchers-condition: and
matchers:
- type: word
part: header
words:
- "application/json"
2021-05-28 03:31:24 +00:00
2021-05-26 21:36:36 +00:00
- type: word
words:
- "databaseName"
- "userName"
- "userPassword"
- "serverHost"
condition: and
2021-05-28 03:31:24 +00:00
2021-05-26 21:36:36 +00:00
- type: status
status:
- 200
# Enhanced by cs on 2023/03/02