go-mac-spoofer

command module
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 17, 2023 License: MIT Imports: 1 Imported by: 0

README

go version badge build status go report card license badge

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 changecommand.

# 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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
mac
Package mac provides functions to interact with MAC addresses.
Package mac provides functions to interact with MAC addresses.
nic
Package nic provides functions to interact with the system NICs
Package nic provides functions to interact with the system NICs

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL