A Node port of the mac-changer cli tool
npm install mac-changerA Node CLI tool for managing the MAC addresses of networking interfaces in macOS (OSX).
``
Usage: mac [options]
View and change the MAC address for any interface
Options:
-a, --all display MAC addresses for available interfaces
-d, --display display current MAC address
-r, --random set random MAC address
-s, --set
-v, --version output the version number
-h, --help output usage information
`
```
npm install -g mac-changer
Contributions are welcome. Please read CONTRIBUTING.md for code of conduct details, and the process for submitting pull requests.
This project is licensed under the GNU 3 License - see the LICENSE file for details
This port was inspired by the ruby package, macchanger. Please note that most options are different, and the logic implementation is not the same.