Disclaimer:
Author and Developer not responsible for anything you do with this program, so please only use it for good and educational purposes.
probeSniffer is A tool for sniffing unencrypted wireless probe requests from devices
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)
Changelog in 2.0:
+ Logging to SQLite database file
+ Settable nickname for mac addresses
+ Options to filter output by mac address
+ Capturing ‘boradcast’ probe requests (without ssid)
Usage:
https://github.com/xdavidhu/probeSniffer && cd probeSniffer pip3 install -r requirements.txt python3 probeSniffer.py eth0 -d Update: git pull
Source: https://github.com/xdavidhu