https://github.com/p0dalirius/wifilistproberequests
Monitor 802.11 probe requests from a capture file or network sniffing!
https://github.com/p0dalirius/wifilistproberequests
ap capture discover probe sniffing wifi
Last synced: about 1 month ago
JSON representation
Monitor 802.11 probe requests from a capture file or network sniffing!
- Host: GitHub
- URL: https://github.com/p0dalirius/wifilistproberequests
- Owner: p0dalirius
- Created: 2022-04-02T19:16:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T07:01:28.000Z (over 1 year ago)
- Last Synced: 2024-12-18T18:45:26.429Z (10 months ago)
- Topics: ap, capture, discover, probe, sniffing, wifi
- Language: Python
- Homepage: https://podalirius.net/
- Size: 151 KB
- Stars: 28
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README

Monitor 802.11 probe requests from a capture file or network sniffing!
![]()
![]()
![]()
## Features
- [x] Read input from a capture file with `--pcap`.
- [x] Read packets from live wifi capture.
- [x] Filter by device address with `--device [addr]`.
- [x] Save results to logfile with `--logfile`.
## Usage```
$ ./WifiListProbeRequests.py -h
WifiListProbeRequests v1.1 - by Remi GASCOU (Podalirius)usage: WifiListProbeRequests.py [-h] [-v] [-d DEVICE] [-l LOGFILE] (-p PCAP | -i INTERFACE)
Monitor 802.11 probe requests from a capture file or network sniffing!
optional arguments:
-h, --help show this help message and exit
-v, --verbose Verbose mode
-d DEVICE, --device DEVICE
Device address filter.
-l LOGFILE, --logfile LOGFILE
Log output to file.
-p PCAP, --pcap PCAP Capture file to read packets from.
-i INTERFACE, --interface INTERFACE
Interface to listen on.
```## Demonstration

## Contributing
Pull requests are welcome. Feel free to open an issue if you want to add other features.