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

29 lines
580 B
YAML
Raw Normal View History

2021-12-21 16:20:43 +00:00
id: dgraph-dashboard-exposure
info:
name: Dgraph Ratel Dashboard Exposure
author: dhiyaneshDk
severity: low
metadata:
shodan-query: http.title:"Dgraph Ratel Dashboard"
2021-12-22 07:14:35 +00:00
tags: exposure,unauth,panel
2021-12-21 16:20:43 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/?dev"
matchers-condition: and
matchers:
- type: word
2021-12-22 07:14:35 +00:00
part: body
2021-12-21 16:20:43 +00:00
words:
2021-12-22 07:31:22 +00:00
- 'Choose a version of the Ratel interface'
2021-12-22 07:14:35 +00:00
- '<title>Dgraph Ratel Dashboard</title>'
2021-12-21 16:20:43 +00:00
condition: and
- type: word
2021-12-22 07:14:35 +00:00
part: header
2021-12-21 16:20:43 +00:00
words:
- "text/html"