Skip to content

Instantly share code, notes, and snippets.

@lqc
Created February 27, 2019 22:26
Show Gist options
  • Save lqc/25e327f8e064e722565c13e73d8c4f71 to your computer and use it in GitHub Desktop.
Save lqc/25e327f8e064e722565c13e73d8c4f71 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<title>Hack with JSON</title>
<body>
<p>Here is some text...</p>
<script type="application/json">
{"value": "you are </script><script>alert('hacked!');"}
</script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment