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 13393de..33b557b 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 @@ -7,4 +7,4 @@ 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. -![Standing Out](/images/standing-out.jpg) \ No newline at end of file +![Standing Out](/images/standing-out.png) \ No newline at end of file diff --git a/static/images/standing-out.jpg b/static/images/standing-out.jpg deleted file mode 100644 index cb9a41b..0000000 Binary files a/static/images/standing-out.jpg and /dev/null differ diff --git a/static/images/standing-out.png b/static/images/standing-out.png new file mode 100644 index 0000000..9bedc5a Binary files /dev/null and b/static/images/standing-out.png differ