nuclei-templates/miscellaneous/clientaccesspolicy.yaml

25 lines
448 B
YAML

id: clientaccesspolicy
info:
author: emadshanab
name: Silverlight cross-domain policy
severity: info
tags: misc
requests:
- method: GET
path:
- "{{BaseURL}}/clientaccesspolicy.xml"
matchers-condition: and
matchers:
- type: word
words:
- "<access-policy>"
- "<cross-domain-access>"
- "domain uri="
condition: and
- type: status
status:
- 200