nuclei-templates/http/miscellaneous/clientaccesspolicy.yaml

27 lines
475 B
YAML

id: clientaccesspolicy
info:
name: Silverlight cross-domain policy
author: emadshanab
severity: info
tags: misc
metadata:
max-request: 1
http:
- 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