Skip to content

Python script to use your wifi adapter to sniff wifi packet traffic for mac addresses and then graph them by vendor in a pie chart.

License

Notifications You must be signed in to change notification settings

laoheimao/mac-address-harvester

Repository files navigation

mac-address-harvester

Python script to sniff wifi packet traffic for mac addresses and then graph them by vendor in a pie chart.

Installation

git clone [email protected]:gustavemichel/mac-address-harvester.git
cd mac-address-harvester/
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Execution

source venv/bin/activate
sudo airmon-ng start <interface>
sudo python macharvest_graph.py <interface>
sudo airmon-ng stop <interface>

About

Python script to use your wifi adapter to sniff wifi packet traffic for mac addresses and then graph them by vendor in a pie chart.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages