whoishere.py icon indicating copy to clipboard operation
whoishere.py copied to clipboard

WIFI Client Detection - Identify people by assigning a name to a device performing a wireless probe request.

Results 5 whoishere.py issues
Sort by recently updated
recently updated
newest added

Fixed the signal strength calculation. It doesn't work with some devices. You should update your scapy libraries.

Traceback (most recent call last): File "whoishere.py", line 155, in sniff(iface=interface, prn = PacketHandler, store=0) File "/usr/local/lib/python2.7/dist-packages/scapy/sendrecv.py", line 972, in sniff sniffer._run(*args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/scapy/sendrecv.py", line 925, in _run session.on_packet_received(p)...

Hi there! Nice project! I happened to stumble upon this project and saw that you only perform analysis on probe requests instead of all dot11 packets. I'm curious as to...

Hello, Awesome bit of code you wrote there! Is there any "Easy" way of changing from pushover to notify-cli? The one from npm. Cheers

I changed wlan0mon to wlan1mon, after running I getting this: ``` PHY Interface Driver Chipset phy0 p2p0 ?????? Not pci, usb, or sdio phy0 wlan0 ?????? Not pci, usb, or...