Skip to content

Instantly share code, notes, and snippets.

@wb4r
Created November 17, 2018 13:26
Show Gist options
  • Save wb4r/19fddd106ec262eb395c9a8dac82b084 to your computer and use it in GitHub Desktop.
Save wb4r/19fddd106ec262eb395c9a8dac82b084 to your computer and use it in GitHub Desktop.
<!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