MAC Changer is a free tool that can be used to change or spoof MAC
Addresses instantly.
The Source code of the tool is also available, which is written in
Python and can be further used. This tool is licensed under
GNU, General Public License v3.0. Make sure you read the license
before using its source code.
MAC Changer supports Linux/Debian Platform only.
How to use:
- Convert the setup.sh into the executable.
- chmod 755 setup.sh
- Run setup.sh
- ./setup.sh
-
Convert the file (mac_changer) into the executable by typing
the command in the terminal:
- chmod u+x mac_changer
- Run the installer
- ./mac_changer
Available Arguments:
- -h or --help: Displays all the available options.
- -i or --interface: This option needs to be used as to define for which interface you want to change the MAC address. Example: ./mac_changer -i <interface_name>
- -m or --mac: Optional. Can be used to specify a MAC Address. Example: ./mac_changer -i <interface_name> -m <mac>
Colour Significance:
- Green: Successful.
- Yellow: In process.
- White: MAC Address.
- Red: Unsuccessful or Errors.
GitHub Repository:
https://github.com/hackhunt/mac-changer
You might be interested in,
- Check Change MAC Address in Kali Linux, if you want to learn how to change it manually.
- Check Rules for changing MAC Address, if you want to learn about MAC Addresses.
- Check Fix if MAC Address is reverting to Original.
Video Tutorial
We hope this helps. If any suggestions or doubts you can add a comment
and we will reply as soon as possible.
No comments:
Post a Comment