Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 859 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 859 Bytes

Mac Address Changer Script

This script allows you to change your MAC address to a valid one. It can be useful for enhancing privacy and security on your network.

Prerequisites

Before using this script, make sure the macchanger package is installed on your system.

To install the macchanger package on Debian-based Linux distributions, run:

sudo apt-get install macchanger -y

For Arch-based Linux distributions, you can use:

sudo pacman --noconfirm -S macchanger

Running the Script

To run this script, you need superuser privileges or access to the sudo group. You can execute it like this:

sudo ./Mac_Changer.sh

Please note that changing your MAC address might impact your network connectivity, so use this script responsibly and ensure you have the necessary permissions to modify your MAC address.