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 id: robomongo-credential
info: info:
name: RoboMongo Configuration File - Detect name: RoboMongo Credential - Exposure
author: geeknik author: geeknik
severity: high severity: high
description: A MongoDB credentials file used by RoboMongo was detected. description: |
reference: https://robomongo.org/ A MongoDB credentials file used by RoboMongo was detected.
reference:
- https://robomongo.org/
classification: classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N 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 cvss-score: 7.5
@ -20,13 +22,10 @@ http:
- "{{BaseURL}}/db/robomongo.json" - "{{BaseURL}}/db/robomongo.json"
- "{{BaseURL}}/robomongo.json" - "{{BaseURL}}/robomongo.json"
stop-at-first-match: true
matchers-condition: and matchers-condition: and
matchers: matchers:
- type: word
part: header
words:
- "application/json"
- type: word - type: word
words: words:
- "databaseName" - "databaseName"
@ -35,6 +34,11 @@ http:
- "serverHost" - "serverHost"
condition: and condition: and
- type: word
part: header
words:
- "application/json"
- type: status - type: status
status: status:
- 200 - 200