38 lines
980 B
YAML
38 lines
980 B
YAML
id: dbeaver-database-connections
|
|
|
|
info:
|
|
name: DBeaver Database Connections - Detect
|
|
author: geeknik
|
|
severity: info
|
|
description: DBeaver database connections were detected.
|
|
reference:
|
|
- https://dbeaver.com/docs/wiki/Admin-Manage-Connections/
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
tags: dbeaver,files,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/.dbeaver/data-sources.json"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '"folders": {'
|
|
- '"connection-types": {'
|
|
- '"connections": {'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a0047304502207ff48e1a79fc86e872a0fbe66126b5f11ca914ea1fa675c03aabfe0c7bfe48ff022100d2a051236c711b4e99db785f25fe4f2ece20f1ab8b2569e3b75cacba1f80425f:922c64590222798bb761d5b6d8e72950
|