pingscan
v2.0.2
Published
simple tool that looks for ICMP replies in multiple subnets
Downloads
1
Readme
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
- Working with ping