1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2025-02-20 18:31:35 -05:00
This commit is contained in:
Tommy 2023-08-16 08:22:35 -07:00 committed by GitHub
parent 851b36613d
commit 5bc2d235be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ Consider the following:
Randomizing the mac address only makes sense if you use a not-very-unique hostname (like Macbook-Pro), and that you only randomize the last 3 octets of your MAC address so that you actually look like a new Macbook on the network.
### Improper instructions
### Improper Instructions
Unfortunately, most of the guides I could find recommends randomizing the entire MAC address instead of the final 3 octets. Take the guides recommending `macchanger` for example, they fail to mention that the program does [this](https://github.com/acrogenesis/macchanger/blob/main/bin/macchanger#L37):
@ -42,3 +42,6 @@ ifconfig
In most cases, your interface will be `en0`, the Wifi network interface on modern Macbooks.
Next, take note of the MAC address of that interface. If you are unsure that this is the correct interface, check it's OUI with the [Wireshark OUI Lookup Tool](https://www.wireshark.org/tools/oui-lookup.html). It should say that the OUI is from Apple, Inc.
On my Macbook, the OUI is `5C:E9:1E`.