Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.16 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.16 KB

Linux

MAC Address Changer

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.

Setup

  1. Clone the repository.

    git clone https://github.com/ishandeveloper/MAC_Address_Changer.git
    cd MAC_Address_Changer
  2. 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
  3. You can also type --help for additional information.

Made with ♥ by ishandeveloper

forthebadge