hkm / whoishere.py

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: Why probe requests only?

magnusstubman opened this issue · comments

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 why? (https://github.com/hkm/whoishere.py/blob/master/whoishere.py#L130)

I've created something similar myself and I anlysed all dot11 packets with success:
https://github.com/magnusstubman/wifivicinity/blob/master/maclogger.py#L130