schollz/howmanypeoplearearound

Frequency hopping

Open

#30 opened on Jun 5, 2017

View on GitHub
 (5 comments) (1 reaction) (0 assignees)Python (397 forks)batch import
enhancementhacktoberfest

Repository metrics

Stars
 (6,816 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hey! Nice work! I have actually used your find-lf code to develop my own verison of howmanypeoplearearound.

It is ofcourse hard to track un-associated MAC addresses because of MAC address randomizaition. A solution to this could be, we can tack the known SSID list a particular device sends and then we can map the randomized MACs to be the same?

Another main issue I have faced is frquency hopping. I don't think tshark hops frequncies to find the devices in all the channels. I think airodump-ng does this. I'm trying to implement that.

Contributor guide