msfrpc-client
NodeJS client for msfrpcd using bluebird promises
npm install msfrpc-client-node --save
Usage
var MsfRpcClient = ; // persist can be used to timeout token on the client, giving the illusion of a persisten token// set persist to true to set timeout one exec, after 4.5 minutes a token will timeoutvar client = password:'agoodPass' user:'msfUser' host:'localhost' persist:false ; client; client;