Skip to content

kkkirill/wifi_sniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Program for checking new device connections to local networks

How it works:

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.

Installation:

  1. Install any python 3 version:
     sudo apt-get install python3.6
  2. Clone repository:
     git clone git@github.com:kkkirill/wifi_sniffer.git
  3. Run script for creating virtual environment inside project:
     chmod u+x setup.sh && ./setup.sh
  4. Shell into venv:
     source ./venv/bin/activate 
  5. Run script:
     python main.py

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published