Skip to content

Latest commit

 

History

History
executable file
·
53 lines (34 loc) · 2.36 KB

RANDOM_MAC.md

File metadata and controls

executable file
·
53 lines (34 loc) · 2.36 KB

Privacy & Random MAC's

The latest versions of some operating systems (IOS and Android) incorporate a new & interesting functionality to improve privacy: Random MACs.

This functionality allows you to hide the real MAC of the device and assign a random MAC when we connect to WIFI networks.

This behavior is especially useful when connecting to WIFI's that we do not know, but it is totally useless when connecting to our own WIFI's or known networks.

I recommend disabling this operation when connecting our devices to our own WIFI's, in this way, NetAlertX will be able to identify the device, and it will not identify it as a new device every so often (every time IOS or Android decides to change the MAC).

Random MACs are recognized by the characters "2", "6", "A", or "E" as the 2nd character in the Mac address. You can disable specific prefixes to be detected as random MAC addresses by specifying the UI_NOT_RANDOM_MAC setting.

IOS

ios

Android

Android

License

GPL 3.0 Read more here

Contact

Always use the Issue tracker for the correct fork, for example:

jokob-sk/NetAlertX. Please also follow the guidelines on:

Suggestions and comments are welcome