Quick and easy Python script to monitor for WiFi probe request frames. It attempts to look up the manufacturer of the device by the MAC address.
Update the MAC address database by running:
python probewatch.py -u
Run with:
python probewatch.py -h
usage: probewatch.py [-h] [-u] [-i INTERFACE]
options:
-h, --help show this help message and exit
-u, --update Update MAC address database
-i INTERFACE, --interface INTERFACE
Interface to use. Must be in monitor mode