Hi guys, I don't need you to specifically decode the following code for me, but to tell me how you do it: \x74\x65\x78\x74\x2F\x78\x6D\x6C"?x6F\x76\x65\x72\x72\x69\x64\x65\x4D\x69\x6D\x65\x54\x79\x70\x65"?x4D\x73\x78\x6D\x6C\x32\x2E\x58\x4D\x4C\x48\x54\x54\x50"?x47\x45\x54"?x6F\x70\x65\x6E"?x73\x65\x6E\x64"?x72\x65\x73\x70\x6F\x6E\x73\x65\x54\x65\x78\x74"?x72\x61\x6E\x64\x6F\x6D"?x72\x6F\x75\x6E\x64"?x73\x6F\x72\x74"?x59\x45\x53"??x61\x6C\x6C"? Code (markup): That's the part of the code. How would you deobfuscate/decode that?
put the code in an alert and see what the browser returns. It will automatically decode most of the encoded JS, though I'm not quite sure exactly how it does it.
text/xml overrideMimeType Msxml2.XMLHTTP GET open send responseText random round sort YES all Code (markup): \x00 is simply hex, kinda. Just replace \x and run it throguh any available internet hex to ascii translator. Easier to just wrap the whole thign in alert though.