1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-06 18:35:24 +02:00
tldr/pages/linux/macchanger.md
Managor 16b161ccf8
linux/*: reduce usage of "command-line" (#16946)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2025-06-29 11:47:51 +03:00

796 B

macchanger

Manipulate network interface MAC addresses. More information: https://manned.org/macchanger.

  • View the current and permanent MAC addresses of a interface:

macchanger {{[-s|--show]}} {{interface}}

  • Set interface to a random MAC:

macchanger {{[-r|--random]}} {{interface}}

  • Set an interface to a random MAC address, and pretend to be a [b]urned-[i]n-[a]ddress:

macchanger {{[-r|--random]}} {{[-b|--bia]}} {{interface}}

  • Set an interface to a specific MAC address:

macchanger {{[-m|--mac]}} {{XX:XX:XX:XX:XX:XX}} {{interface}}

  • Print the identifications (the first three bytes of a MAC address) of all known vendors:

macchanger {{[-l|--list]}}

  • Reset an interface to its permanent hardware MAC address:

macchanger {{[-p|--permanent]}} {{interface}}