DrMAC is a powerful and user-friendly tool designed for network administrators and tech enthusiasts. It allows you to manage and change MAC addresses of network interfaces on a Linux system easily. With DrMAC, you can quickly change your MAC address, reset it to its original value, and view detailed information about your network interfaces.
- 🔄 Easily change the MAC address of network interfaces.
- 🎯 Reset the MAC address to its original value.
- 🔍 View detailed information about network interfaces.
- 📝 Store original MAC addresses in a hidden file for easy recovery.
- 🛠️ User-friendly command-line interface.
You can download and run DrMAC as a Python script. Ensure you have Python installed on your system. Follow these simple steps:
-
Download the
drmac_1.0.0_all_linux.deb
script from the GitHub repository. -
Give executable permissions to the script:
dpkg -i drmac_1.0.0_all_linux.deb
Run DrMAC from the command line using Python. Here are some common commands:
-
To change the MAC address:
drmac -h
-
To list all network interfaces:
drmac -l
-
To show detailed information about a specific interface:
sudo drmac -i interface_name -m new_mac
Your contributions are welcome! If you would like to improve DrMAC, feel free to fork the repository and submit your pull requests.
DrMAC is released under the MIT License. Check out the LICENSE
file for more details.
Note: This tool is intended for educational and legal purposes only. The developers are not responsible for any misuse or damage caused by this tool.
Note: Ensure your actions comply with local laws and regulations. 🚨