Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youhaveme9/mac-addr-changer
Python script to change MAC address of a network interface
https://github.com/youhaveme9/mac-addr-changer
linux network python python3
Last synced: 18 days ago
JSON representation
Python script to change MAC address of a network interface
- Host: GitHub
- URL: https://github.com/youhaveme9/mac-addr-changer
- Owner: youhaveme9
- License: mit
- Created: 2022-09-12T11:37:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-27T11:35:06.000Z (over 2 years ago)
- Last Synced: 2025-01-01T01:33:08.934Z (25 days ago)
- Topics: linux, network, python, python3
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MAC-addr-changer
Python script to change MAC address of a network interface
## How to run?To view all network devices connected to the same network:
`python3 main.py --show `
To change MAC address:
`python3 main.py -i -m `
or
`python3 main.py --interface --mac `##### Help!
`python3 main.py --help`