This script will print any new device detected into your local networks (like Wi-Fi). Of course to check concrete Wi-Fi your computer should be connected to that Wi-Fi.
- Install any python 3 version:
sudo apt-get install python3.6
- Clone repository:
git clone git@github.com:kkkirill/wifi_sniffer.git
- Run script for creating virtual environment inside project:
chmod u+x setup.sh && ./setup.sh
- Shell into venv:
source ./venv/bin/activate
- Run script:
python main.py