Perform Network Scans and Retrieve Online Neighbors with libnmap: A Powerful Node.js API for NMAP Functionality


Summary of my bookmarked Github repositories from May 1st, 2016

Github repositories

  • jas-/node-libnmap

    libnmap is a Node.js API that provides access to NMAP functionality. It allows you to perform scans on a specified range of hosts and optional ports, as well as retrieve a list of online network neighbors. The API supports various options, including specifying the path to the NMAP binary, enabling verbosity, setting timeout values, and more. The library includes usage examples and supports JSON or XML output formats. It also offers a discover method to gather information about neighbors per network interface. libnmap is licensed under the MIT License.