nuclei-templates/vulnerabilities/generic/basic-cors.yaml

23 lines
445 B
YAML
Raw Normal View History

id: basic-cors-misconfig
info:
name: Basic CORS misconfiguration
author: nadino
2021-01-11 06:44:22 +00:00
severity: low
tags: cors
requests:
- method: GET
path:
2020-05-09 08:59:35 +00:00
- "{{BaseURL}}"
headers:
2021-01-11 06:44:22 +00:00
Origin: https://evil.com
matchers:
- type: word
words:
2020-05-25 08:13:15 +00:00
- "Access-Control-Allow-Origin: https://evil.com"
2021-01-11 06:44:22 +00:00
- "Access-Control-Allow-Credentials: true"
condition: and
part: header