nuclei-templates/misconfiguration/pa11y-dashboard.yaml

34 lines
565 B
YAML
Raw Normal View History

2022-11-10 17:48:07 +00:00
id: pa11y-dashboard
info:
2022-11-10 17:50:29 +00:00
name: Pa11y Dashboard Exposure
2022-11-10 17:48:07 +00:00
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