mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 15:31:42 +00:00
Create nmap.js
This commit is contained in:
parent
0977f2a95c
commit
12bace0218
14
lib/nmap.js
Normal file
14
lib/nmap.js
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
////////////////////////////////////////////////////////////////////////
|
||||||
|
// NMAP API
|
||||||
|
////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
var NMAPObject = function() {
|
||||||
|
this.binPath = "bin\\32bit\\nmap-7.92\\nmap.exe";
|
||||||
|
|
||||||
|
this.start = function() {
|
||||||
|
var cmd = [];
|
||||||
|
// .. todo ..
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
exports.NMAPObject = NMAPObject;
|
Loading…
Reference in New Issue
Block a user