Note:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Macchanger"
Jump to navigation
Jump to search
Threesixes (talk | contribs) (initial commit before i wreck it) |
Threesixes (talk | contribs) m |
||
Line 7: | Line 7: | ||
=== Usage === | === Usage === | ||
==== | ==== Show Vendor Codes ==== | ||
{{console|body=###i## | {{console|body=###i## macchanger -l}} | ||
==== | ==== Generate a Random Address ==== | ||
{{console|body=###i## | {{console|body=###i## macchanger -r wlan0}} | ||
==== | ==== Generate a Random Ending ==== | ||
{{console|body=###i## | {{console|body=###i## macchanger -re wlan0}} | ||
==== | ==== Manually Assign an Address ==== | ||
{{console|body=###i## | {{console|body=###i## macchanger -m 11:22:33:44:55:66 wlan0}} | ||
==== | ==== Pretend To Be A Burned In Address ==== | ||
{{console|body=###i## | {{console|body=###i## macchanger -reb wlan0}} | ||
==== Revert All Changes ==== | ==== Revert All Changes ==== | ||
{{console|body=###i## | {{console|body=###i## macchanger -p wlan0}} | ||
{{EbuildFooter}} | {{EbuildFooter}} |
Revision as of 00:36, January 17, 2015
Macchanger
Tip
We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.
root # emerge net-analyzer/macchanger
Usage
Show Vendor Codes
root # macchanger -l
Generate a Random Address
root # macchanger -r wlan0
Generate a Random Ending
root # macchanger -re wlan0
Manually Assign an Address
root # macchanger -m 11:22:33:44:55:66 wlan0
Pretend To Be A Burned In Address
root # macchanger -reb wlan0
Revert All Changes
root # macchanger -p wlan0