Skip to content

Instantly share code, notes, and snippets.

@dzentota
Last active December 15, 2020 10:19
Show Gist options
  • Save dzentota/183c667bd20b5ddf974628bd9b708a5c to your computer and use it in GitHub Desktop.
Save dzentota/183c667bd20b5ddf974628bd9b708a5c to your computer and use it in GitHub Desktop.
xss
<html>
<head>
<script>
parent.window.location.href = 'https://www.salesforce.com';
</script>
</head>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment