An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

README

          

![](./.github/banner.png)


Monitor 802.11 probe requests from a capture file or network sniffing!


GitHub release (latest by date)

YouTube Channel Subscribers


## 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

![](./.github/example.png)

## Contributing

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