0.3.0 • Published 6 years ago

@croqaz/port-scan v0.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

ං Port-scan

> Node.js simple port scan

NPM Version Build Status Standard Style Guide

Examples

const { portCheck, portScan } = require('@croqaz/port-scan')

portCheck('google.com', { port: 443 })
	.then(t => console.log('Response time: %dms', t))

portScan('google.com', { startPort: 80, endPort: 85, timeout: 100 })
	.then(p => console.log('Open ports', p))

Installation

Simply install with npm:

$ npm install @croqaz/port-scan

Similar libraries


License

MIT © Cristi Constantin.

0.3.0

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago