feross / SpoofMAC

:briefcase: Change your MAC address for debugging
https://feross.org/spoofmac/
3.02k stars 271 forks source link

Print not change? #68

Closed josdotso closed 7 years ago

josdotso commented 7 years ago

Is it possible to just generate a random mac address (to stdout) with this tool without affecting change on any actual network interface?

feross commented 7 years ago

No, not at this time. There is code in the codebase that you can copy out into your own program to implement this behavior in your own script if you want.