2020-06-04 14:43:59 +01:00
|
|
|
# macchanger
|
|
|
|
|
|
|
|
> Command-line utility for manipulating network interface MAC addresses.
|
2021-08-16 11:34:01 +01:00
|
|
|
> More information: <https://manned.org/macchanger>.
|
2020-06-04 14:43:59 +01:00
|
|
|
|
|
|
|
- View the current and permanent MAC addresses of a interface:
|
|
|
|
|
|
|
|
`macchanger --show {{interface}}`
|
|
|
|
|
|
|
|
- Set interface to a random MAC:
|
|
|
|
|
|
|
|
`macchanger --random {{interface}}`
|
|
|
|
|
2024-03-06 07:09:17 +00:00
|
|
|
- Set an interface to a random MAC address, and pretend to be a [b]urned-[i]n-[a]ddress:
|
|
|
|
|
|
|
|
`macchanger --random --bia {{interface}}`
|
|
|
|
|
|
|
|
- Set an interface to a specific MAC address:
|
2020-06-04 14:43:59 +01:00
|
|
|
|
|
|
|
`macchanger --mac {{XX:XX:XX:XX:XX:XX}} {{interface}}`
|
|
|
|
|
2024-03-06 07:09:17 +00:00
|
|
|
- Print the identifications (the first three bytes of a MAC address) of all known vendors:
|
|
|
|
|
|
|
|
`macchanger --list`
|
|
|
|
|
|
|
|
- Reset an interface to its permanent hardware MAC address:
|
2020-06-04 14:43:59 +01:00
|
|
|
|
|
|
|
`macchanger --permanent {{interface}}`
|