kaixeb / mac_changer

Simple python script to change MAC address :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple python script, that can change MAC address in Linux using ifconfig utility.

Example of usage:

sudo python mac_changer.py --interface eth0 --mac ff:45:af:ff:9e:d3

This command will change the current MAC address of eth0 interface to ff:45:af:ff:9e:d3

About

Simple python script to change MAC address :)

License:GNU General Public License v3.0


Languages

Language:Python 100.0%