Project for tracking MAC-address using an ESP-32 or raspberryPi and wireshark
MAC-based activity tracking using passive sniffing
- DOIT ESP32 DEVKIT ebay link
- follow this to get started with DOIT ESP32 DEVKIT
- install ArduinoPcap libary from spacehuhn
- raspberry Pi with wifi. Can be raspberryPi3/RaspberryPi Zero W or older Pi with wifi-dongle which supports monitor mode
- kali or other OS for the pi
- If not already in OS wireshark
- tshark
sudo apt-get update
sudo apt-get install tshark
- Follow this guide to connect SD-card to the DOIT ESP32 DEVKIT
- Install code from arduino folder to the ESP-32
- Install kali or other OS on the pi
- Install tshark by running:
sudo apt-get update
sudo apt-get install tshark
- Download raspberryPi/mac_tracker.sh to pi
- run python file
cd /place/of/mac_tracker/
./mac_tracker.sh
- Download pre_processor.py and MAC_Visualiser.py
- Adjust filters of pre_processor and run
- Adjust settings of MAC_Visualiser and run
- Niels Hokke - NielsHokke
- Jetse Brouwer - JetseBrouwer