Update cheatsheets

This commit is contained in:
ivuorinen
2024-03-07 00:10:46 +00:00
parent 17a4574aeb
commit 18990cb95e
7 changed files with 135 additions and 11 deletions

View File

@@ -16,10 +16,18 @@ source: https://github.com/tldr-pages/tldr.git
`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}}`