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

https://github.com/andersonrezende/changemac

Simple Shell Script to change mac from linux based systems
https://github.com/andersonrezende/changemac

address change-mac-address changemac linux linux-shell mac mac-address shell

Last synced: 4 months ago
JSON representation

Simple Shell Script to change mac from linux based systems

Awesome Lists containing this project

README

        

ChangeMac
==============
Simple Shell Script to change mac address from linux based systems

### Information
Leave some frequently used mac addresses saved or enter a new mac address

### Installation

1. Clone this project with `git clone https://github.com/AndersonRezende/changemac.git`
2. Open terminal and install `$ sudo apt-get install macchanger`
3. Identifying Your Network Card running `$ sudo ifconfig`

It will be something like:
4. Change cardname on line 3 to your Network Card name
5. (This is an optional step) Change or add frequently used Mac addresses in the `changemac.sh` file in the case structure
5. Copy the `changemac.sh` file to the folder `/usr/bin`

### Running

1. Open terminal
2. Run the script using the command: `$ sudo changemac.sh`