openport-scanner
v1.0.1
Published
A package that scans your local area network for given port in all hosts.
Downloads
25
Maintainers
Readme
A package that scans your local area network for given port in all hosts.
A port must be provided as an argument to the Scanner function.
Install
npm i openport-scanner
Usage
var Scanner=require("openport-scanner");
let port=80;
Scanner(port);
Output
Port found on host : 192.168.1.255 80 Closed
Port found on host : 192.168.1.1 80 Open
Author
👤 Prabhjot Singh
- Github: @prab409069
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2020 Prabhjot Singh.