____ ____ ___ ____ ___ _________ ____ _____ _____ ___ ____
| \| \ / \| \ / _/ ___| \| | | |/ _| \
| o | D | | o )/ [( \_| _ || || __| __/ [_| D )
| _/| /| O | | _\__ | | || || |_ | |_| _| /
| | | \| | O | [_/ \ | | || || _]| _| [_| \
| | | . | | | \ | | || || | | | | | . \
|__| |__|\_|\___/|_____|_____|\___|__|__|____|__| |__| |_____|__|\__|
v2.1 by David SchĂźtz (@xdavidhu)
A tool for sniffing unencrypted wireless probe requests from devices:
new in 2.1:
- Displaying the number of hosts
- Logging to SQLite database file
- Settable nickname for mac addresses
- Options to filter output by mac address
- Capturing 'boradcast' probe requests (without ssid)
requirements:
- Kali Linux / Raspbian with root privileges
- Python3 & PIP3 (probeSniffer will install the dependenices)
- A wireless card (capable for monitor mode) and one other internet connected interface (for vendor resolve)
options:
- -d / do not show duplicate requests
- -b / do not show broadcast requests
- -f / only show requests from the specified mac address
- --addnicks / add nicknames to mac addresses
- --flushnicks / flush nickname database
- --nosql / disable SQL logging completely
- --debug / turn debug mode on
- -h / display help menu
installing:
Kali Linux / Raspbian:
$ sudo apt-get update &&Â sudo apt-get install python3 python3-pip -y
$ git clone https://github.com/xdavidhu/probeSniffer
$ cd probeSniffer/
$ python3 -m pip install -r requirements.txt
WARNING: probeSniffer is only compatible with Python 3.3 & 3.4 & 3.5 & 3.6usage:
Make sure to put your interface into monitor mode before!
$ sudo python3 probeSniffer.py [monitor-mode-interface] [options]