Skip to content

arickconley/probewatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python based probe request collection tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages