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: 8 months 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-27T11:35:06.000Z (about 3 years ago)
- Last Synced: 2025-02-23T01:07:48.009Z (8 months 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`