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