Files
Pavel Tsakalidis 99dd4fbdf3 Hello World!
2019-01-24 09:17:42 +00:00

5 lines
155 B
JavaScript

child = require('child_process').execFile
executablePath = "%POWERSHELL%"
child(executablePath, ['-encodedCommand', '%PAYLOAD%'], function(err, data) {
})