An open API service indexing awesome lists of open source software.

https://github.com/thegera4/mac_changer_script

Basic MAC Address changer script
https://github.com/thegera4/mac_changer_script

cybersecurity ethical-hacking hacking python2 python3

Last synced: 18 days ago
JSON representation

Basic MAC Address changer script

Awesome Lists containing this project

README

          

# mac_changer_script

This is a basic MAC Address changer script

# How to use it:

-In your command console navigate to the folder where you store the script.

-Use the command 'python mac_changer.py -i INTERFACE -m MAC'

( INTERFACE = for example eth0, wlan0, etc / MAC = for example 00:11:22:33:44:55)

# Output:

-It will display some messages with the current MAC Addres, and the new MAC Address for confirmation

# Arguments:

-i or --interface = Interface for which you want to change the MAC Address.

-m or --mac = New MAC Address to set.

-h or --help = to display the help

Enjoy!