-
-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frequency hopping #30
Comments
I'm not sure I understand - do you mean to test various devices to see what kind of random MACs they send out and then map these back? That seems awfully labor intensive (not to mention you'd have to get your hands on a lot of phones).
That'd be awesome to get something working with airodump-ng! Please let me know if you do, I'd love to incorporate it into this and also find-lf! |
No I did not mean to say populate the list of random MACs for each devices. What is meant to say is: |
@Y0Username I see! That is very clever! |
This looks really interesting. Adding another field to tshark parser "-e _ws.col.Info" also gives us an SSID of wifi. Will it help to parse this field too? |
I have a similar technique implemented. Here is a cheatsheet to the list of filters. |
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.
The text was updated successfully, but these errors were encountered: