JScript Dropper

Double click jscript file and it will execute

var shell = new ActiveXObject("WScript.Shell")
var res = shell.Run("calc.exe");

JScript dropper delivers and executes executables on targets with just a double-click on the file

cscript.exe (for command-line scripts) and wscript.exe (for UI scripts)

Last updated