From c5701fcfc9f4e8501325fb008adb05c80261f9b4 Mon Sep 17 00:00:00 2001 From: Fazle Arefin Date: Wed, 6 Mar 2024 18:09:17 +1100 Subject: [PATCH] macchanger: edit page (#12459) * macchanger: edit page * Update pages/linux/macchanger.md Co-authored-by: Juri Dispan * Update pages/linux/macchanger.md Co-authored-by: Juri Dispan * Update pages/linux/macchanger.md Co-authored-by: Juri Dispan * Update pages/linux/macchanger.md Co-authored-by: Juri Dispan * macchanger: remove buggy example * Update pages/linux/macchanger.md Co-authored-by: Juri Dispan --------- Co-authored-by: Juri Dispan --- pages/linux/macchanger.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/pages/linux/macchanger.md b/pages/linux/macchanger.md index 63f277f39..52c1278f1 100644 --- a/pages/linux/macchanger.md +++ b/pages/linux/macchanger.md @@ -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}}`