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

https://github.com/suryakarmakar/mac-changer

Mac Changer For Linux
https://github.com/suryakarmakar/mac-changer

Last synced: 8 months ago
JSON representation

Mac Changer For Linux

Awesome Lists containing this project

README

          

# Mac-Changer

Simple Linux Based Mac Changer With Python

## Usage :

sudo python3 macChanger.py --interface [interface name] --mac [new mac address]

```
sudo python3 macChanger.py --interface eth0 --mac aa:bb:cc:dd:ee:ff

```

## Options :

```
-h, --help For more info
-i, --interface Specify an Interface, e.g. eth0, wlan0
-m, --mac Specify an New MAC address, e.g. aa:bb:cc:dd:ee:ff

```