Simple port scanner made with Node.js and the native net module.
- Node.js
- NPM / Yarn
- Clone the repository:
git clone https://github.com/kazordoon/nodejs-port-scanner.git
- Install the dependencies with a package manager:
- NPM:
npm install
- Yarn:
yarn
- NPM:
- Run the tests:
- NPM:
npm test
- Yarn:
yarn test
- NPM:
- Node.js - JavaScript runtime environment that executes JavaScript code server-side.
For the versions available, see the tags on this repository.
- Felipe Barros - Initial work - kazordoon
This project is licensed under the MIT License - see the LICENSE file for details.