Merge branch 'master' of github.com:bolli95/PayloadsAllTheThings

patch-1
Max Boll 2020-10-27 13:31:51 +01:00
commit 8448bbc483
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,11 @@
* [Corsy - CORS Misconfiguration Scanner](https://github.com/s0md3v/Corsy/)
* [PostMessage POC Builder - @honoki](https://tools.honoki.net/postmessage.html)
## Prerequisites
* BURP HEADER> `Origin: https://evil.com`
* VICTIM HEADER> `Access-Control-Allow-Credential: true`
* VICTIM HEADER> `Access-Control-Allow-Origin: https://evil.com` OR `Access-Control-Allow-Origin: null`
## Exploitation