Being able to view a .kismet file from a kismet scan on a map. Each wifi are displayed on the map with markers and can be clicked to display the network informations. The user is also able to upload his own kismet scans on the website and can contribute to the map.
For our New Technologies class at College Champlain Lennoxville, we had to chose a project to do over the semester, we chose to do a WarFlying drone that could scan networks and upload its findings to a website that could display the networks that were scanned. Each network can be clicked to display its information such as its SSID, Mac Address, WPA version, its encryption method, the number of packets seen and more. The networks can also be filtered by their encryption method to only display on the map the networks that have the same encryption method that is selected. A specific network can also be searched either by its SSID or by its Mac Address. A Kismet scan can also be uploaded on the website to create new markers with the networks that were added.
SERVER SIDE
$ cd Wardriving/server/
$ npm install
$ npm start
CLIENT SIDE
$ cd Wardriving/client/
$ npm install
$ npm start
Tom Gaillard and Sacha Paquette