/wifi_sniffer

Wifi devices sniffer in python

Primary LanguagePythonApache License 2.0Apache-2.0

wifi_sniffer

Wifi devices sniffer in python

Quick Start

  1. Connect TP-Link TL-WN7222N

  2. Open terminal and run:

$ sudo apt-get install net-tools tshark python3-tk
$ iwconfig
  1. Get the device code and then run:
$ ifconfig {device code} down
$ sudo iwconfig {device code} mode monitor
$ sudo ifconfig {device code} up
  1. Create virtualenv (optional) and then install python requirements:
(.env) $ pip install -r requirements.txt
  1. Run sniffer.py as superuser:
$ sudo su
(.env) $ python sniffer.py