Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hectorta1989/wigle-probe-request-sniffer
Probe Request sniffer + Wigle
https://github.com/hectorta1989/wigle-probe-request-sniffer
802-11 location network network-location network-sniffer probe-requests sniffer wifi wigle
Last synced: about 1 month ago
JSON representation
Probe Request sniffer + Wigle
- Host: GitHub
- URL: https://github.com/hectorta1989/wigle-probe-request-sniffer
- Owner: HectorTa1989
- License: mit
- Created: 2021-12-06T05:24:57.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-06T05:38:48.000Z (about 3 years ago)
- Last Synced: 2024-11-10T09:29:39.463Z (3 months ago)
- Topics: 802-11, location, network, network-location, network-sniffer, probe-requests, sniffer, wifi, wigle
- Language: Python
- Homepage:
- Size: 429 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Probe Request sniffer + Wigle
### Insecure usage of less common SSIDs
By using unique or unusual SSID names, we make it easier to identify our location if it has been collected by [Wigle](http://wigle.net/). This would allow an attacker to know the address or usual places of the people around. Although [Wigle](http://wigle.net/) allows you to remove the SSID from the site for privacy reasons, it is more than advisable to use common SSIDs to make it difficult to associate a device with a single location.
### What are Probe Requests?
Probe requests are an 802.11 WIFI packet type that function to automatically connect network devices to the wireless access points (APs) that they have previously associated with. Whenever a phone, computer, or other networked device has Wi-Fi enabled, but is not connected to a network, it is constantly "probing"; openly broadcating the network names (SSIDs) of previously connected APs. Because wireless access points have unique and often personal network names, it is easy to identify the device owner by recognizing the names of networks they frequently connect to.
### Enable Location tracking
1) Request your Authentication API token in Wigle: [http://wigle.net/](http://wigle.net/)
2) Add your Wigle Auth Token to `Wigle.py`
### Dependencies
- tcpdump
- python3
- subprocess
- signal
- threading
- colorclass
- terminatables
### To Do- [x] Channel Hopping
- [ ] Add better support to update values on screen