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

17 lines
332 B
YAML
Raw Normal View History

id: basic-cors-misconfig-flash
info:
name: Basic CORS misconfiguration exploitable with Flash
author: nadino
2020-09-20 12:57:43 +00:00
severity: info
requests:
- method: GET
path:
- "{{BaseURL}}/crossdomain.xml"
matchers:
- type: word
words:
2020-05-25 08:13:15 +00:00
- 'allow-access-from domain="*"'
part: body