Skip to content

Instantly share code, notes, and snippets.

@ciamac-da
Created June 16, 2022 07:56
Show Gist options
  • Save ciamac-da/00de5fe3396cfe97127b4bd020d48665 to your computer and use it in GitHub Desktop.
Save ciamac-da/00de5fe3396cfe97127b4bd020d48665 to your computer and use it in GitHub Desktop.
XSS Penetration Model Script
<script>
const message = "This site has beend HACKED please fix your XSS issue!"
document.getElementByTagName("h1")[0].innerHTML = message
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment