Skip to content

so1icitx/macso1i

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

macso1i

A simple MAC address changer for Linux, written in Python.

✨ Features

  • 🛠️ Change MAC address for any network interface.
  • 🔍 Show available network interfaces.

⚠️ Requirements

  • Python 3
  • ifconfig (usually part of the net-tools package)
  • Root privileges (sudo)

📚 Installation

git clone https://github.com/trxycs/macso1i.git
cd macso1i

🚀 Usage

Change the MAC address:

sudo python3 mac_changer.py -i wlan0 --mac 00:11:22:33:44:55

View available network interfaces (e.g., wlan0, enp4s0, etc.):

python3 mac_changer.py --show

Shows commands and how to use the macso1i:

python3 mac_changer.py -h

📝 License

This project is licensed under the MIT License.


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages