Skip to content

This is a tool to change the Mac address of your wifi adpater or wifi card

Notifications You must be signed in to change notification settings

samrath-sudesh-acharya/Mac-Changer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Clones Visits Badge

Mac-Changer

This is a tool to change the Mac address of your wifi adpater or wifi card in linux .

Made with :

Python | Python

Linux | Linux


Installation Process

Run in root,
To do that you can use this,and enter your password

sudo -i

First, clone Mac-Changer to your local machine

git clone https://github.com/samrath-sudesh-acharya/Mac-Changer.git

Second, change to Mac-Changer directory
[+] NOTE : WHENEVER YOU WANT TO RUN THIS TOOL YOU HAVE TO CHANGE YOUR DIRECTORY TO Mac-Changer

cd Mac-Changer

Third, run the setup file, to intsall the necessary requirements for this tool

./setup.sh  

How to use it

-The first thing to make sure is run as root for this tool to work.
-Go to the particular path where you have saved the script.

Linux commands

 python mac_changer.py -h                          
 
 Usage: mac_changer.py [options]

 Options:
  -h, --help            show this help message and exit
  -i INTERFACE, --interface=INTERFACE
                        Interface to change its MAC address
  -m NEW_MAC, --mac=NEW_MAC
                        NEW MAC ADDRESS
                                          

Example

python mac_changer.py -i eth0 -m 00:2d:33:44:55:99

About

This is a tool to change the Mac address of your wifi adpater or wifi card

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published