feross / SpoofMAC

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

Doesn't work on macOS Sierra #67

Closed soheil-zz closed 7 years ago

feross commented 7 years ago

What happens? Any error you can share?

sheriferson commented 7 years ago

I think it works, at least on the 10.12 GM that was released yesterday (Sep 8).

After running

$ spoof-mac --version
2.1.1
$ sudo spoof-mac randomize wi-fi

I was disconnected from the hotspot I was on and had to re-connect.

and I get this as list of devices:

$ spoof-mac list
- "Wi-Fi" on device "en0" with MAC address [something] currently set to [something else]
. . .

Is there a way of testing further whether the spoofing was working other than what I reported?

feross commented 7 years ago

The output of spoof-mac list comes directly from the underlying ifconfig command so it looks like it's working now. Great news!