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