tcp-connscan
v0.2.3
Published
concurrent worker node.js tcp "connection" style port scanner
Downloads
8
Readme
tcp-connscan
Simple port scanner using the core net module as the "port prober"
Installation
npm install -g tcp-connscan
Usage
tcp-connscan <address>
Running tests
- install to the local directory with 'npm install tcp-connscan'
- cd in to the node_modules/tcp-connscan directory
- install the dev dependencies with 'npm i'
- run tests with 'npm test'