Skip to content

Instantly share code, notes, and snippets.

@tomhicks
Created December 10, 2024 14:53
Show Gist options
  • Save tomhicks/f218c9709af2559c301dcd387baf2aff to your computer and use it in GitHub Desktop.
Save tomhicks/f218c9709af2559c301dcd387baf2aff to your computer and use it in GitHub Desktop.
sneaky svg
Display the source blob
Display the rendered blob
Raw
<svg>
<polygon id="triangle" points="0,0 0,50 50,0" fill="#009900" stroke="#004400"/>
<script type="text/javascript">alert("xss");</script>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment