A system to passively track the location of individual users by collecting mac-address probe requests.
Passively track people with publicly accessible data.
-
MySQL-Server
-
NodeJS (Node_Modules: express, fs, mysql)
-
python 2.7
-
python-scapy
Execute:
chmod 755 setup.sh
Then add the following line below as a cronjob. This will execute the script at boot.
@reboot /'filepath of setup.sh'
The idea for this project was inspired by the hak5 Wifi Pineapple birdhouse. Vivek from securitytube.net had a great youtube tutorial on how to capture wifi packets with scapy. Some of the code in the main python file is from Vivek's tutorial.
The app that goes with this project has not been open sourced yet.