nuclei-templates/http/miscellaneous/clientaccesspolicy.yaml

27 lines
475 B
YAML
Raw Normal View History

2021-06-20 20:41:38 +00:00
id: clientaccesspolicy
info:
name: Silverlight cross-domain policy
author: emadshanab
2021-06-20 20:41:38 +00:00
severity: info
tags: misc
metadata:
max-request: 1
2021-06-20 20:41:38 +00:00
http:
2021-06-20 20:41:38 +00:00
- 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