node-libnmap icon indicating copy to clipboard operation
node-libnmap copied to clipboard

API to access nmap from node.js

Results 8 node-libnmap issues
Sort by recently updated
recently updated
newest added

The regex used for hostname validation is incorrect, for example, it does not match on domains starting with a number. I put in a new regex that works.

Added an option to disable the default options "flags, ports and timeouts" called "noDefaults", it's checked in the code if this option has value "true", if it does remove "ports...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

I'm trying to get all the devices connected on the network but I'm having this error. ``` Trace: Error: Error: spawn nmap ENOENT at process. (D:\Projet\@DeviceHub\node_modules\libnmap\lib\libnmap.js:116:17) at process.emit (events.js:223:5) at...

An extra space is causing an invalid target in every scan result. **Details to reproduce:** Run a scan such as the code below: ``` const opts = { range: ['scanme.nmap.org']...

An extra space is causing an invalid target in every scan result. This fix is to remove the extra space from the args passed to nmap. **Details to reproduce:** Run...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

**Summary:** I noticed that the nmap executable called by libnmap was failing, but the error message contained no description of what caused it to fail. I'd like to see the...