Skip to content

This 802.11 sniffer written in Python provides a useful tool to raise awareness at the amount of data phones release for anyone to read.

License

Notifications You must be signed in to change notification settings

dcrisan/WiFi-802.11-Demo-Sniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WiFi-802.11-Demo-Sniffer

This 802.11 sniffer is written in Python provides a useful demo tool to raise awareness at the amount of data phones release into the wild for anyone to read.

It works by calling ./procpcapymon.py

It is an early, unrefined version and its processes need to be killed at the cmdline.

It works by putting the laptop in monitor mode and recording all the 802.11 packets it observes. It then builds an html page: display.html, which contains a table of a few of the mac addresses with the manufacturer details and 4 SSIDs it has observed.

TODOs:

  • make it display the most useful top of devices, rather than the last observed
  • add a debug flag in order to set up systracing; currently commented out in the code
  • make it exit gracefully rather than a need for a process kill

About

This 802.11 sniffer written in Python provides a useful tool to raise awareness at the amount of data phones release for anyone to read.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages