Skip to content

A Simple Python script to change your MAC address to random value or specify a new one.

Notifications You must be signed in to change notification settings

ozXsasson/MAChanger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

MAChanger

A Simple Python script to change your MAC address to random value or specify a new one.

Installation

git clone https://github.com/ozXsasson/MAChanger
cd MAChanger

Usage

Usage: MAChanger.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
  -r RANDOM,  --random RANDOM (Default)
                        Generate a random MAC Address
      

Example

sudo python2 MAChanger.py --interface eth0 --mac 00:34:12:78:9a:bc

About

A Simple Python script to change your MAC address to random value or specify a new one.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages