Delete cors-misconfig.yaml

patch-1
Prince Chaddha 2021-08-11 13:14:04 +05:30 committed by GitHub
parent cb94b58009
commit 5ac272597b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 22 deletions

View File

@ -1,22 +0,0 @@
id: cors-misconfig
info:
name: Cross-Origin Resource Sharing Misconfiguration
author: G4L1T0 and @convisoappsec
severity: info
tags: cors
requests:
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36
Origin: https://www.convisoappsec.com
matchers:
- type: word
part: header
words:
- "Access-Control-Allow-Origin: https://www.convisoappsec.com"
- "Access-Control-Allow-Origin: *"
condition: or