nuclei-templates/security-misconfiguration/basic-cors-flash.yaml

17 lines
331 B
YAML

id: basic-cors-misconfig-flash
info:
name: Basic CORS misconfiguration exploitable with Flash
author: nadino
severity: low
requests:
- method: GET
path:
- "{{BaseURL}}/crossdomain.xml"
matchers:
- type: word
words:
- 'allow-access-from domain="*"'
part: body