This commit is contained in:
Tommy 2023-08-16 08:01:48 -07:00 committed by GitHub
parent d1f8c03668
commit 2fc3b9bd11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -24,4 +24,10 @@ Unfortunately, most of the guides I could find recommends randomizing the entire
```rust
[format('%0.2x', rand(256) & ~1), (1..5).map { format('%0.2x', rand(256)) }].join(':')
```
```
This is a completely randomized MAC address, which is not what we want.
Or this snippet from PrivacyGuides:
![PrivacyGuides macOS MAC Randomization](/images/privacyguides-macos-mac-randomization.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB