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

33 lines
663 B
YAML

id: robomongo-credential
info:
name: MongoDB credential disclosure
author: geeknik
severity: high
description: MongoDB credentials file used by RoboMongo
tags: mongodb,robomongo,disclosure,config
requests:
- 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