Python script to sniff wifi packet traffic for mac addresses and then graph them by vendor in a pie chart.
git clone [email protected]:gustavemichel/mac-address-harvester.git
cd mac-address-harvester/
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
source venv/bin/activate
sudo airmon-ng start <interface>
sudo python macharvest_graph.py <interface>
sudo airmon-ng stop <interface>