1.0.1 ā€¢ Published 4 years ago

openport-scanner v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

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

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2020 Prabhjot Singh.