:briefcase: Change your MAC address!
Simple utility for Linux/Mac Os that can change mac address of network interface.
mspoof require cmake to automate build process, please install cmake first!
$ git clone https://github.com/jacopodl/mspoof
$ cd mspoof
$ cmake . && make
mspoof interface mac|[OPTION]
Some short usage example:
Scenario:
Change mac to aacc
bb
mspoof enp33s0 aa:bb:cc:aa:bb:cc
If would you like restart interface after change add —restart flags
mspoof enp33s0 aa:bb:cc:aa:bb:cc --restart
Change mac to random address:
mspoof enp33s0 -r
-or-
mspoof enp33s0 --random
Restore mac address (work only on Linux ):
mspoof enp33s0 --reset
Show interface list:
mspoof -l
If your system is Linux you can see which interface have spoofed mac, unfortunately (for now i hope) this features working only on Linux os