nuclei-templates/misconfiguration/pa11y-dashboard.yaml

34 lines
565 B
YAML

id: pa11y-dashboard
info:
name: Pa11y Dashboard Exposure
author: tess
severity: low
metadata:
verified: true
shodan-query: title:"Pa11y Dashboard"
tags: misconfig,exposure,pa11y
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Pa11y Dashboard"
- "Add new URL"
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200