jspw / MAC-Changer

A simple script to change mac address using python for linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MAC-Changer

A simple script written in python to change MAC Address for Linux based Operating Systems.

Usage :

  • Show Network Interfaces :

      sudo python  mac_changer.py -s show
    
  • Change MAC Address :

      sudo python mac_changer.py -i interface_name -m new_mac_address
    
  • To see more :

      `python3 mac_changer.py -h`
    

    Help SS

About

A simple script to change mac address using python for linux


Languages

Language:Python 100.0%