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.
- Host: GitHub
- URL: https://github.com/4m3rr0r/mac-changerpro
- Owner: 4m3rr0r
- License: mit
- Created: 2023-02-05T18:10:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T12:54:50.000Z (over 1 year ago)
- Last Synced: 2023-12-19T15:19:06.777Z (over 1 year ago)
- Topics: bash, mac-address-changer, mac-address-generator, mac-cangerpro, macaddress, macchanger, security
- Language: Shell
- Homepage:
- Size: 308 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-changerPro2 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