simple tool that looks for ICMP replies in multiple subnets
npm install pingscanpingscan
=====
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)
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