sniff-probe-req

Wi-Fi Probe Requests Sniffer


Keywords
wifi, wireless, security, sniffer, dot11, monitoring, network-attacks, python, python3, scapy, toolkit, wifi-security
License
GPL-3.0
Install
pip install sniff-probe-req==0.5.1

Documentation

ProbeQuest

PyPI Package Latest Release PyPI Package Downloads Per Month PyPI Package Python Versions Build Status Develop Branch LGTM Grade LGTM Alerts Documentation Status

Toolkit allowing to sniff and display the Wi-Fi probe requests passing nearby your wireless interface.

Probe requests are sent by a station to elicit information about access points, in particular to determine if an access point is present or not in the nearby environment. Some devices (mostly smartphones and tablets) use these requests to determine if one of the networks they have previously been connected to is in range, leaking personal information.

Further details are discussed in this paper.

ProbeQuest - Demo

Installation

pip3 install --upgrade probequest

Documentation

The project is documented here.

In the Media

ProbeQuest has appeared in the following media:

License

GPL version 3