pingscan

2.0.2 • Public • Published

pingscan

pingscan is a simple tool for ICMP scanning, trying to detect if there are alive devices near you (or just devices that reply to ICMP ping packets)

How to use

pingscan will enumerate all the subnets available in your computer and ping all the hosts over all the networks

pingscan [cidr] [anothercidr] will send ICMP packets only to the

Example: pingscan 1.1.2.1/16 will scan 255*255 hosts from 1.1.1.1 to 1.1.254.254

Change Log

[2.0.0] - 2017-01-15

Changed

  • Underlying library changed to net-ping
  • Should work without compilation on Windows x64 & Node 6.x, other platforms should compile raw-socket

[1.0.0] - 2016-12-19

Added

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i pingscan

    Weekly Downloads

    1

    Version

    2.0.2

    License

    MIT

    Last publish

    Collaborators

    • colthreepv