Sniffer
A cross-platform network sniffer.
Installation
$ npm install network-sniffer
Usage
var Sniffer = ;var sniffer = ; // start sniffing on channel 5snifferstart5; // or, with an optional callbacksnifferstart5 { // `file` is the path to the capture file}; // stop sniffing on channel 5sniffer;
You can use scanner to find the channels of all available wireless networks.
Note
If you are running Linux or Windows, and you do not have airodump-ng
installed, then install it (and the rest of the aircrack suite) with:
apt-get install aircrack-ng