-
Notifications
You must be signed in to change notification settings - Fork 189
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
Randomized MAC address #23
Comments
(im not the author, i'm just chiming in) An interesting thing about these MACs is that the randomized MAC tends to NOT resolve to a known manufacturer in oui.txt. It could be an interesting addition to label those devices as such for filtering, the way a FingBox does. Depending on how dense the area is where you are, you might be able to just ignore the randomization issue. Consider this scenario: You live in a house with a long driveway and want to know when someone is driving up it. You place a raspberry pi sensor near your mailbox and have it triggered on any probe request at all. This would notify you much earlier than waiting for the device to connect to an AP. I kinda remember reading something about a flaw in the MAC generation algo in early on when they started doing it, but it's probably patched. |
Do you have any scripts to implement in RPi ? Can you share more information about the paper you read, also my objective is to get the real mac address of device when they are not connected to an AP. |
https://www.theregister.co.uk/2017/03/10/mac_address_randomization/ they link to the technical paper, which is here: A Study of MAC Address Randomization in Mobile Devices and |
From page 16:
So that looks like a way to have trackerjacker de-anonymize devices.
This would be pretty killer functionality for trackerjacker as I don't think any other tool is doing this currently. It's of limited use of course, since you need to know the desired MAC, and if you do, that's probably because it's associating to an AP near you. If your listening post is a static location, you probably wouldn't typically see this known MAC sending randomized probes anyway since it would just always be associated to a nearby AP. There's other good tips in the paper though, like using the WPS UUID-E guid to determine the global MAC. Do you have room for a 2.5TB rainbow table on your laptop? :D |
Hi, is there any solutions to use with trackerjacker to de-rendomize mac address for Apple, Android devices,...
The text was updated successfully, but these errors were encountered: