I2rys / nmass

Scan multiple IPs at once for open ports using Nmap.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NMass

Scan multiple IPs at once for open ports using Nmap.

Installation

Github:

git clone https://github.com/I2rys/nmass

NpmJS:

npm i parallel-park shelljs fs

Usage

usage: node index.js <inputFile> <outputFile>
  • inputFile - A file that contain a list of IPs to scan.
  • outputFile - Output file for the results(JSON).

Note

Make sure you have Nmap installed in your device.

License

MIT © I2rys

About

Scan multiple IPs at once for open ports using Nmap.

License:MIT License


Languages

Language:JavaScript 100.0%