/MAC-Address-Changer

Changing MAC address of a device

Primary LanguagePythonMIT LicenseMIT

MAC Address changer

This is a simple program to change MAC address.

How it works:

$sudo python3 Mac.py --help

Usage:

Mac.py [options]

Options:

-h, --help show this help message and exit

-i INTERFACE, --interface=INTERFACE Name of interface

-m MAC, --mac=MAC New Mac address

Syntax:

sudo python3 Mac.py [--interface=?] [--mac=MAC you want to set]

Note:

It requires Root Access to Function properly