mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-16 23:53:28 +08:00
17 lines
333 B
YAML
17 lines
333 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
|