mirror of
https://github.com/sunknudsen/privacy-guides.git
synced 2025-02-23 17:43:56 +00:00
Fixed typo
This commit is contained in:
parent
7f06683c05
commit
6fe314394c
@ -120,7 +120,7 @@ Set variable `mac_address` using values from variables `mac_address_prefix` and
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
sudo ifconfig en0 ether "$mac_address"
|
sudo ifconfig en0 ether "$mac_address"
|
||||||
echo "Spoofed MAC address of en0 interface to $mac_address"x
|
echo "Spoofed MAC address of en0 interface to $mac_address"
|
||||||
```
|
```
|
||||||
|
|
||||||
Set spoofed MAC address using [ifconfig](https://en.wikipedia.org/wiki/Ifconfig) and echo spoofed MAC address
|
Set spoofed MAC address using [ifconfig](https://en.wikipedia.org/wiki/Ifconfig) and echo spoofed MAC address
|
||||||
|
Loading…
x
Reference in New Issue
Block a user