Skip to content

IngenieriaUP/wifi_sniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages