Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dcrisan/wifi-802.11-demo-sniffer
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.
https://github.com/dcrisan/wifi-802.11-demo-sniffer
Last synced: 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/dcrisan/wifi-802.11-demo-sniffer
- Owner: dcrisan
- License: apache-2.0
- Created: 2015-11-06T10:14:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-06T11:13:43.000Z (about 9 years ago)
- Last Synced: 2024-08-05T09:15:41.948Z (6 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **1**星
README
# 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