mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-22 22:51:25 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,24 +10,24 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- View the current and permanent MAC addresses of a interface:
|
||||
|
||||
`macchanger --show {{interface}}`
|
||||
`macchanger {{[-s|--show]}} {{interface}}`
|
||||
|
||||
- Set interface to a random MAC:
|
||||
|
||||
`macchanger --random {{interface}}`
|
||||
`macchanger {{[-r|--random]}} {{interface}}`
|
||||
|
||||
- Set an interface to a random MAC address, and pretend to be a [b]urned-[i]n-[a]ddress:
|
||||
|
||||
`macchanger --random --bia {{interface}}`
|
||||
`macchanger {{[-r|--random]}} {{[-b|--bia]}} {{interface}}`
|
||||
|
||||
- Set an interface to a specific MAC address:
|
||||
|
||||
`macchanger --mac {{XX:XX:XX:XX:XX:XX}} {{interface}}`
|
||||
`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 --list`
|
||||
`macchanger {{[-l|--list]}}`
|
||||
|
||||
- Reset an interface to its permanent hardware MAC address:
|
||||
|
||||
`macchanger --permanent {{interface}}`
|
||||
`macchanger {{[-p|--permanent]}} {{interface}}`
|
||||
|
||||
Reference in New Issue
Block a user