1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 14:15:26 +02:00

macchanger: edit page (#12459)

* macchanger: edit page

* Update pages/linux/macchanger.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages/linux/macchanger.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages/linux/macchanger.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages/linux/macchanger.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* macchanger: remove buggy example

* Update pages/linux/macchanger.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
Fazle Arefin 2024-03-06 18:09:17 +11:00 committed by GitHub
parent c639284e97
commit c5701fcfc9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,10 +11,18 @@
`macchanger --random {{interface}}`
- Set interface to a specific MAC:
- 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:
`macchanger --mac {{XX:XX:XX:XX:XX:XX}} {{interface}}`
- Reset interface to its permanent hardware MAC:
- 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:
`macchanger --permanent {{interface}}`