Skip to content

Instantly share code, notes, and snippets.

@h0wl
Created March 10, 2024 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save h0wl/2fcbc104b611906ddb58178b1d80b072 to your computer and use it in GitHub Desktop.
Save h0wl/2fcbc104b611906ddb58178b1d80b072 to your computer and use it in GitHub Desktop.
test html js
<html>
<head>
<script> alert(document.domain);</script>
</head>
<body>
<b> test 123</b>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment