Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`