Skip to content

p0dalirius/WifiListProbeRequests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Monitor 802.11 probe requests from a capture file or network sniffing!
GitHub release (latest by date)

Features

  • Read input from a capture file with --pcap.
  • Read packets from live wifi capture.
  • Filter by device address with --device [addr].
  • Save results to logfile with --logfile.

Usage

$ ./WifiListProbeRequests.py -h
WifiListProbeRequests v1.1 - by @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.