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

https://github.com/4m3rr0r/mac-changerpro

This is a bash script that can change the MAC address of either the eth0 or wlan0 network interface.
https://github.com/4m3rr0r/mac-changerpro

bash mac-address-changer mac-address-generator mac-cangerpro macaddress macchanger security

Last synced: about 2 months ago
JSON representation

This is a bash script that can change the MAC address of either the eth0 or wlan0 network interface.

Awesome Lists containing this project

README

        

# mac-changerPro

This bash script allows you to change the MAC address of a specified network interface.

### Requirements
• macchanger

### Installation

To install the script, follow these steps

1 Clone the repository using the following command:

git clone https://github.com/4m3rr0r/mac-changerPro

2 Change the working directory to the newly cloned repository:

cd mac-changerPro

3 Make the script executable:

chmod +x mac-changerPro

4 Move the script to `/usr/local/bin` to access it from anywhere in the system

sudo mv mac-changerPro /usr/local/bin

## Usage

To run the script, use the following command:

sudo mac-changerPro [OPTION]

Change the MAC address of either the eth0 or wlan0 network interface.

### Options
-i, --interface Specify the network interface (e.g., eth0, wlan0 etc)
-h, --help Display this help menu