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 2547e71..13393de 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,6 @@ tags: ['macOS', 'Privacy'] author: Tommy --- -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 +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. + +![Standing Out](/images/standing-out.jpg) \ No newline at end of file diff --git a/static/images/standing-out.jpg b/static/images/standing-out.jpg new file mode 100644 index 0000000..cb9a41b Binary files /dev/null and b/static/images/standing-out.jpg differ