moebrowne / Network-Visualiser

A real time graphical network visualiser
GNU General Public License v3.0
7 stars 4 forks source link
aircrack-ng intrusion-detection network nmap visualization wifi

Network Visualiser

A visual representation of a network

Screen Shot

Airmon Data Screenshot

Generators

AirCrack NG

The network visualiser can use airodump-ng as it's source of data. This is the preferred generator as it will show access points along with all associated clients.

To run the Airodump generator run the following command:

node generators/aircrack/airodump.js <INTERFACE_NAME>

IW Scan

IW Scan is a much simpler data source that you probably already have installed however it is only capable of showing access points.

To run the IW Scan generator run the following command:

node generators/iwscan/iwscan.js <INTERFACE_NAME>