Created
November 17, 2018 13:26
-
-
Save wb4r/19fddd106ec262eb395c9a8dac82b084 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
<!DOCTYPE html> | |
<html lang="en" dir="ltr"> | |
<head> | |
<meta charset="utf-8"> | |
<title>cobalt</title> | |
</head> | |
<body> | |
<h1>test</h1> | |
<script type="text/javascript"> | |
window.onload = function(){ | |
alert("COBALT XSS") | |
}; | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment