How to Spoof MAC Address on any Android Phones using terminal emulater and busybox
The Media Access Control (MAC) address is a unique 12-character identifier
(e.g. 00:00:00:00:00:0X) for a specific piece of hardware, like the network adapter located in WiFi devices.a MAC address can be used to uniquely identify your Android phone on the Internet or the local network.
what is mac spoofing according to wikipedia:
MAC spoofing is a technique for changing a factory-assigned Media Access Control (MAC) address of a network interface on a networked device. The MAC address is hard-coded on a network interface controller (NIC) and cannot be changed. However, there are tools which can make an operating system believe that the NIC has the MAC address of a user's choosing. The process of masking a MAC address is known as MAC spoofing. Essentially, MAC spoofing entails changing a computer's identity, for any reason, and it is relatively easy.
IMPORTENT : Before you spoof the MAC address, you need to record the current MAC address of your android device if you don't know where you find the mac address of your android device see bellow clear steps TO you Find the MAC Address of your Android device/ Tablet
1) first On the Home screen, tap the menu icon and go to Settings.
2) after that Scroll down and press About button then tap Status and then scroll down to view WiFi Mac address.it look to similar like this D7:23:E9:F3:46:69
**Depending on your device, attempt to follow one set of instructions listed below FOR FINDING mac address of your android device.**
On the Home screen, tap the Menu button and go to Settings.
Tap About Phone.
Tap Status.
Scroll down to see your WiFi MAC address.
Or,
On the Home screen, tap the Menu button and go to Settings.
Tap About Phone.
Tap Hardware information.
Scroll down to see your WiFi MAC address.
Or,
On the Home screen, press the Menu key and select Settings.
Now select Wireless and network.
Select WiFi Settings. You will find the MAC address under the Advanced section.
Requirements for Spoofing the MAC Address
a) terminal emulater apps download from here
b) BusyBox app installed on your phone dwonload from here
note 1: first install BusyBox app ,and after you need to install Terminal app
note 2: make sure you have Rooted Android Phone
Step by step guide for spoofing MAC address:
Once the above requirements are satisfied, follow the instructions below to spoof your MAC address:
step:1) First of all download terminal app from here
step:2) After that Open the Terminal app and type the following commands which given bellow
$ su [HIT ENTER]
$ busybox iplink show eth0 [HIT ENTER]
This will show your current MAC address, just for your confirmation
step:3) Now, type the following command and hit enter,
$ busybox ifconfig eth0 hw ether XX:XX:XX:XX:XX:XX
note: In the above command, replace XX:XX:XX:XX:XX:XX with your new MAC address
step:4) almost you have successfully spoofed your MAC address . To check for the change enter the following command again in terminal apps you should see your new MAC address
$ busybox iplink show eth0 [HIT ENTER]
I hope you enjoy this post. For feedback and queries, pass your comments also don't forget to share this article if you found bit useful.