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
- Host: GitHub
- URL: https://github.com/andersonrezende/changemac
- Owner: AndersonRezende
- License: gpl-3.0
- Created: 2019-08-12T17:15:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-13T01:12:31.000Z (almost 6 years ago)
- Last Synced: 2025-01-05T09:43:49.059Z (5 months ago)
- Topics: address, change-mac-address, changemac, linux, linux-shell, mac, mac-address, shell
- Language: Shell
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changemac.sh
- License: LICENSE
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`