openport-scanner

1.0.1 • Public • Published

Welcome to openport-scanner 👋

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.

/openport-scanner/

    Package Sidebar

    Install

    npm i openport-scanner

    Weekly Downloads

    3

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    2.49 kB

    Total Files

    3

    Last publish

    Collaborators

    • thestartupguy