Skip to content

Silverlight cross-domain policy

ID: clientaccesspolicy

Severity: info

Author: emadshanab

Tags: miscellaneous,misc

id: clientaccesspolicy
info:
name: Silverlight cross-domain policy
author: emadshanab
severity: info
metadata:
max-request: 1
tags: miscellaneous,misc
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
# digest: 490a00463044022078a998ccbe2e1a4837d474cf5fb1ae40add07a662dfa67578d31a3e2c329d5c502201bcfad7da734673eb28e6ab7e3bc5ba632297bbabea7bef26181257cff1cfeb5:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/miscellaneous/clientaccesspolicy.yaml"

View on Github