项目作者: jacopodl

项目描述 :
:briefcase: Change your MAC address!
高级语言: C
项目地址: git://github.com/jacopodl/mspoof.git
创建时间: 2017-12-09T12:24:09Z
项目社区:https://github.com/jacopodl/mspoof

开源协议:GNU General Public License v3.0

下载




GPLv3 License

mspoof

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

Getting and compiling the code

:warning: mspoof require cmake to automate build process, please install cmake first!

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

Usage

  1. 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:

  1. mspoof enp33s0 aa:bb:cc:aa:bb:cc

If would you like restart interface after change add —restart flags

  1. mspoof enp33s0 aa:bb:cc:aa:bb:cc --restart

Change mac to random address:

  1. mspoof enp33s0 -r
  2. -or-
  3. mspoof enp33s0 --random

Restore mac address (work only on Linux :disappointed:):

  1. mspoof enp33s0 --reset

Show interface list:

  1. mspoof -l

If your system is Linux you can see which interface have spoofed mac, unfortunately :disappointed: (for now i hope) this features working only on Linux os :cry: