Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 699 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 699 Bytes

ProbeWatch

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.

image

CLI

First run

Update the MAC address database by running:

python probewatch.py -u

Help

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