37 lines
1000 B
YAML
37 lines
1000 B
YAML
id: dgraph-dashboard-exposure
|
|
|
|
info:
|
|
name: Dgraph Ratel Dashboard Exposure Panel - Detect
|
|
author: dhiyaneshDk
|
|
severity: info
|
|
description: Dgraph Ratel Dashboard Exposure panel was detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.title:"Dgraph Ratel Dashboard"
|
|
tags: exposure,unauth,panel,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/?dev"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'Choose a version of the Ratel interface'
|
|
- '<title>Dgraph Ratel Dashboard</title>'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
# digest: 490a0046304402204adf2bb559609eff6438b2e1ef63dce9426f4057ac6afceb23e7e7dbda382c23022051fdc5f34b9ec4fdebe8dc446a5d68f2a9b7e3d5d1ae15020656deb7a0362fff:922c64590222798bb761d5b6d8e72950
|