MAC Address Stands for Media Access Control. It's a permanent physical and unique address assigned to network interfaces by the device manufacturer. So whether you have a wireless card or a wired or Internet Card each one of these network cards come up with a specific address that is unique to this card.
While sending/receiving data from a client/server, MAC Address is used to identify a device. So, changing it will make you anonymous on the network.
-
Clone the repository.
git clone https://github.com/ishandeveloper/MAC_Address_Changer.git cd MAC_Address_Changer
-
Run the
mac_changer.py
file with -i and -m arguments followed by Interface & Mac Address.For Example:
./macchanger.py -i eth0 -m 00:11:22:33:44:55
-
You can also type
--help
for additional information.