Skip to content

Instantly share code, notes, and snippets.

@adamzr
Created January 1, 2013 22:20
Show Gist options
  • Save adamzr/4430466 to your computer and use it in GitHub Desktop.
Save adamzr/4430466 to your computer and use it in GitHub Desktop.
CSP Example: Evil Script
document.querySelectorAll("input[value='1']")[0].parentNode.submit();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment