nuclei-templates/http/misconfiguration/pa11y-dashboard.yaml

35 lines
580 B
YAML

id: pa11y-dashboard
info:
name: Pa11y Dashboard Exposure
author: tess
severity: low
metadata:
verified: true
max-request: 1
shodan-query: title:"Pa11y Dashboard"
tags: misconfig,exposure,pa11y
http:
- 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