Why we spoof the MAC Adress…??
Spoof MAC address is used when we need to be another computer…
For example… My ISP has a policy to customer, so only registered computer MAC Adress can be connected to the internet…. So when you connected the cable to other devices like your notebook…
Your notebook can’t access the internet…
It can be solved by spoofing your Network Interface MAC Address ( in this example i use device en0/ LAN)
Go to Terminal in Applications > Utilities > Terminal
Now You’ll be root in the system16:~ hanskristian$ sudo -s
Password:
16:~ root#
Check your Network interface
16:~ root# ifconfig -lthis command will list your network interface… in this example i use en0 interface
16:~ root# ifconfig en0 ether XX:XX:XX:XX:XX:XXchange XX:XX:XX:XX:XX:XX with your new MAC Address ( In this case i change my notebook mac adress with my computer ehternet mac address)
your network interface will have new MAC adress, check it by this command
16:~ root# ifconfig en0 grep ether
nb: the changes aren’t permanent, if you reboot your macbook.. The spoofed MAC Adress will be removed..
No comments:
Post a Comment