Merge pull request #9860 from projectdiscovery/pussycat0x-patch-12

Update robomongo-credential.yaml
patch-2
Ritik Chaddha 2024-05-23 17:47:15 +05:30 committed by GitHub
commit 837a13d762
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 8 deletions

View File

@ -1,11 +1,13 @@
id: robomongo-credential
info:
name: RoboMongo Configuration File - Detect
name: RoboMongo Credential - Exposure
author: geeknik
severity: high
description: A MongoDB credentials file used by RoboMongo was detected.
reference: https://robomongo.org/
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
@ -20,13 +22,10 @@ http:
- "{{BaseURL}}/db/robomongo.json"
- "{{BaseURL}}/robomongo.json"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: header
words:
- "application/json"
- type: word
words:
- "databaseName"
@ -35,6 +34,11 @@ http:
- "serverHost"
condition: and
- type: word
part: header
words:
- "application/json"
- type: status
status:
- 200