diff --git a/content/posts/macos/Properly Generate a Randomize MAC Address on macOS.md b/content/posts/macos/Properly Generate a Randomize MAC Address on macOS.md index 4538149..2547e71 100644 --- a/content/posts/macos/Properly Generate a Randomize MAC Address on macOS.md +++ b/content/posts/macos/Properly Generate a Randomize MAC Address on macOS.md @@ -5,4 +5,4 @@ tags: ['macOS', 'Privacy'] author: Tommy --- -Unlike iOS, macOS does not have a setting to easily randomize the MAC address. To work around this, various guides on the internet suggested randomizing the **entire** MAC address, which is not approprieate. \ No newline at end of file +Unlike iOS, macOS does not have an easy way to randomize the MAC address. To work around this, various guides recommended several ways to create a randomized MAC address and apply it to the system during runtime. Unfortunately, most of the instructions do not have a proper threat model in mind and will end up making you stick out more from the crowd. \ No newline at end of file