nuclei-templates/exposed-panels/dplus-dashboard.yaml

30 lines
502 B
YAML

id: dplus-dashboard
info:
name: DPLUS Dashboard Exposure
author: tess
severity: info
metadata:
verified: true
shodan-query: title:"DPLUS Dashboard"
tags: panel,dplus,exposure
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "DPLUS Dashboard"
- "Module A"
- "Module B"
condition: and
- type: status
status:
- 200