feross / SpoofMAC

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

Not work on OSX 10.13.3? #85

Closed modkzs closed 6 years ago

modkzs commented 6 years ago

I update my system to 10.13.3, it seems not work?

eaglejs commented 6 years ago

Just used it today, i'm on 10.13.3 and it works. What are your steps to using it? :)

Make sure you are running the command on the proper network card. for example. on my macbook pro 2017. I am changing the mac address of my wifi network card. To do this, I simply ran...

sudo spoof-mac.py set 4e:53:50:4f:4f:40 en0

i'm setting the mac address to what I want on my en0 wifi card.

You can easily type ifconfig to see all of the network interfaces that you have.

For me, I had to turn off the wifi, run the above command, then turn it back on for it to work properly.

modkzs commented 6 years ago

I retry it after reboot my machine, and it worked.