nuclei-templates/http/misconfiguration/dgraph-dashboard-exposure.yaml

35 lines
809 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.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"