mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2025-02-20 18:31:35 -05:00
fix language
This commit is contained in:
parent
9d1f2c4322
commit
851b36613d
@ -22,7 +22,7 @@ Randomizing the mac address only makes sense if you use a not-very-unique hostna
|
||||
|
||||
Unfortunately, most of the guides I could find recommends randomizing the entire MAC address instead of the final 3 octets. Take the guides recommending `macchanger` for example, they fail to mention that the program does [this](https://github.com/acrogenesis/macchanger/blob/main/bin/macchanger#L37):
|
||||
|
||||
```rust
|
||||
```ruby
|
||||
[format('%0.2x', rand(256) & ~1), (1..5).map { format('%0.2x', rand(256)) }].join(':')
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user