mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2025-02-20 18:31:35 -05:00
Update
This commit is contained in:
parent
2fc3b9bd11
commit
6b83bd3a57
@ -26,8 +26,10 @@ Unfortunately, most of the guides I could find recommends randomizing the entire
|
||||
[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:
|
||||
|
||||

|
||||
|
||||
These will give you completely randomized MAC addresses, which is not what we want.
|
||||
|
||||
### Doing it the Proper Way
|
Loading…
Reference in New Issue
Block a user