//////////////////////////////////////////////////////////////////////// // NMAP API //////////////////////////////////////////////////////////////////////// var NMAPObject = function() { this.binPath = "bin\\32bit\\nmap-7.92\\nmap.exe"; this.start = function() { var cmd = []; // .. todo .. }; }; exports.NMAPObject = NMAPObject;