Skip to content

This utility provides a simple Python script for listing network interfaces and changing the MAC address on Windows and Linux systems.

License

Notifications You must be signed in to change notification settings

KernFerm/mac-changer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Support the Project ⭐

If you find this project useful, please give it a star! Your support is appreciated and helps keep the project growing. 🌟


🌐 Network Interface Utility 🚀

This utility provides a simple Python script for listing network interfaces and changing the MAC address on Windows and Linux systems 🖥️.


📥 How to Download the Repo (First-Time Users)


✨ Features

  • List Network Interfaces: Easily list all network interfaces available on your system 📋.
  • Change MAC Address: Change the MAC address of a specified network interface 🛠️.

⚠️ Must Run CMD.EXE in Admin Mode

Make sure to run the command prompt in Administrator mode to change the MAC address 🔒.


🛠️ Requirements

  • Python 3.x 🐍
  • Works on Windows and Linux 🖥️🐧

🐍 Python Versions

If you don’t have Python installed, here are a few options:


🚀 Usage

🖥️ Listing Network Interfaces

To list all network interfaces on your system, simply run:

python main.py --list

🔄 Changing MAC Address

To change the MAC address of a specific interface, use:

python main.py --interface "Your Interface Name" --mac "New MAC Address"
  • Replace Your Interface Name with the name of your network interface and New MAC Addresswith the new MAC address you want to set.

🖥️ Supported Operating Systems

  • Windows 🪟
  • Linux 🐧

⚠️ Disclaimer

This tool is for educational purposes only. Use it at your own risk. The author is not responsible for any misuse or damage caused by this program 🛑.

IF YOUR ISP COMES AFTER YOU, THAT'S ON YOU, I AM NOT HELD RESPONSIBLE 📜.

📜 License

This project is licensed under the MIT License. See the LICENSE file for details 📄.

About

This utility provides a simple Python script for listing network interfaces and changing the MAC address on Windows and Linux systems.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Languages