Skip to content

Instantly share code, notes, and snippets.

@terjanq
Created April 25, 2019 12:37
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 terjanq/09f5eaeb4ab384031a9322ea4c6644df to your computer and use it in GitHub Desktop.
Save terjanq/09f5eaeb4ab384031a9322ea4c6644df to your computer and use it in GitHub Desktop.
DOM Validator - angstrom CTF 2019
<!DOCTYPE html SYSTEM "3b16c602b53a3e4fc22f0d25cddb0fc4d1478e0233c83172c36d0a6cf46c171ed5811fbffc3cb9c3705b7258179ef11362760d105fb483937607dd46a6abcffc">
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.2/rollups/sha512.js"></script>
<script src="../scripts/DOMValidator.js"></script>
</head>
<body>
<h1>test_post</h1>
<p><script>alert('pwned')</script></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment