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