1
0
Fork 0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2024-05-21 19:36:03 +02:00

Update README.md

This commit is contained in:
Swissky 2020-10-25 14:01:53 +01:00 committed by GitHub
parent 91fc542c81
commit 9992990e40
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

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