Skip to content

jacopodl/mspoof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPLv3 License

mspoof

Simple utility for Linux/Mac Os that can change mac address of network interface.

Getting and compiling the code

⚠️ mspoof require cmake to automate build process, please install cmake first!

$ git clone https://github.com/jacopodl/mspoof
$ cd mspoof
$ cmake . && make

Usage

mspoof interface mac|[OPTION]

Example

Some short usage example:

Scenario:

  • interface name: enp33s0
  • interface mac: a0:cc:ee:f0:ac:d0

Change mac to aa:bb:cc:aa:bb:cc:

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 😢

Releases

No releases published

Packages

No packages published