
Go MAC Spoofer
Open source tool written in Go to spoof a NIC MAC address on Windows, macOS and Linux.
Install
If Go is installed on your system, you can install this program from source as show bellow.
$ go install github.com/s0ders/go-mac-spoofer
If you do not want to compile this program from source, pre-compiled release are available for Windows, macOS and Linux.
Usage
To list available NIC on your OS, use the list
command.
$ go-mac-spoofer list
To change a NIC MAC address, use the change
command.
# change lets you specify the interface name and the new address
$ go-mac-spoofer change en0 00:1f:bd:34:10
# you can also change to a random address
$ go-mac-spoofer change -random en0