mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-15 23:23:33 +08:00
19 lines
356 B
YAML
19 lines
356 B
YAML
id: basic-cors-misconfig
|
|
|
|
info:
|
|
name: Basic CORS misconfiguration
|
|
author: nadino
|
|
severity: medium
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
headers:
|
|
Origin: https://evil.com
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Access-Control-Allow-Origin: https://evil.com'
|
|
part: header
|