Merge pull request #9860 from projectdiscovery/pussycat0x-patch-12
Update robomongo-credential.yamlpatch-2
commit
837a13d762
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue