{"id":23288550,"url":"https://github.com/kernferm/mac-changer","last_synced_at":"2025-04-06T16:33:03.660Z","repository":{"id":246410862,"uuid":"821051746","full_name":"KernFerm/mac-changer","owner":"KernFerm","description":"This utility provides a simple Python script for listing network interfaces and changing the MAC address on Windows and Linux systems.","archived":false,"fork":false,"pushed_at":"2024-09-25T07:34:22.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T22:29:05.505Z","etag":null,"topics":["mac-address","mac-address-changer"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KernFerm.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-27T17:57:59.000Z","updated_at":"2024-09-25T07:34:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"4db057af-af67-4a66-a7f6-2cc475141265","html_url":"https://github.com/KernFerm/mac-changer","commit_stats":null,"previous_names":["kernferm/mac-changer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernFerm%2Fmac-changer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernFerm%2Fmac-changer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernFerm%2Fmac-changer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernFerm%2Fmac-changer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KernFerm","download_url":"https://codeload.github.com/KernFerm/mac-changer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247512729,"owners_count":20950910,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mac-address","mac-address-changer"],"created_at":"2024-12-20T03:20:38.703Z","updated_at":"2025-04-06T16:33:03.643Z","avatar_url":"https://github.com/KernFerm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Support the Project ⭐\r\n\r\nIf you find this project useful, please give it a star! Your support is appreciated and helps keep the project growing. 🌟\r\n\r\n-----\r\n\r\n# 🌐 Network Interface Utility 🚀\r\n\r\nThis utility provides a **simple Python script** for listing network interfaces and changing the MAC address on **Windows** and **Linux** systems 🖥️.\r\n\r\n---\r\n\r\n## 📥 How to Download the Repo (First-Time Users)\r\n\r\n- Click the link to read [**Instructions**](https://www.gitprojects.fnbubbles420.org/how-to-download-repos) 📄.\r\n\r\n---\r\n\r\n## ✨ Features\r\n\r\n- **List Network Interfaces**: Easily list all network interfaces available on your system 📋.\r\n- **Change MAC Address**: Change the MAC address of a specified network interface 🛠️.\r\n\r\n---\r\n\r\n## ⚠️ Must Run CMD.EXE in Admin Mode\r\n\r\nMake sure to run the command prompt in **Administrator mode** to change the MAC address 🔒.\r\n\r\n---\r\n\r\n## 🛠️ Requirements\r\n\r\n- **Python 3.x** 🐍\r\n- Works on **Windows** and **Linux** 🖥️🐧\r\n\r\n### 🐍 Python Versions\r\n\r\nIf you don’t have Python installed, here are a few options:\r\n\r\n- [**Python 3.11.6**](https://github.com/KernFerm/Py3.11.6installer)\r\n- [**Python 3.11.9**](https://github.com/KernFerm/Py3.11.9installer)\r\n- [**Python 3.12.1**](https://github.com/KernFerm/Py3.12.1-installer-batch)\r\n\r\n---\r\n\r\n## 🚀 Usage\r\n\r\n### 🖥️ Listing Network Interfaces\r\n\r\nTo list all network interfaces on your system, simply run:\r\n\r\n```\r\npython main.py --list\r\n```\r\n\r\n### 🔄 Changing MAC Address\r\n\r\nTo change the MAC address of a specific interface, use:\r\n\r\n```\r\npython main.py --interface \"Your Interface Name\" --mac \"New MAC Address\"\r\n```\r\n- Replace `Your Interface Name` with the name of your network interface and `New MAC Address`with the new MAC address you want to set.\r\n\r\n### 🖥️ Supported Operating Systems\r\n\r\n- **Windows** 🪟\r\n- **Linux** 🐧\r\n\r\n---\r\n\r\n### ⚠️ Disclaimer\r\n\r\nThis 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 🛑.\r\n\r\n`IF YOUR ISP COMES AFTER YOU, THAT'S ON YOU, I AM NOT HELD RESPONSIBLE` 📜.\r\n\r\n### 📜 License\r\n\r\nThis project is licensed under the **MIT License**. See the [LICENSE](https://github.com/KernFerm/mac-changer/blob/main/LICENSE) file for details 📄.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkernferm%2Fmac-changer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkernferm%2Fmac-changer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkernferm%2Fmac-changer/lists"}