Skip to content

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.

Notifications You must be signed in to change notification settings

ishandeveloper/MAC_Address_Changer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages