项目作者: shilch

项目描述 :
 Change your mac address, for macOS
高级语言: Shell
项目地址: git://github.com/shilch/macchanger.git
创建时间: 2016-06-24T17:29:49Z
项目社区:https://github.com/shilch/macchanger

开源协议:

下载


macchanger

macchanger for Mac OS - Spoof / Fake MAC address

Installation

  1. sudo sh -c "curl https://raw.githubusercontent.com/shilch/macchanger/master/macchanger.sh > /usr/local/bin/macchanger && chmod +x /usr/local/bin/macchanger"

Usage

Type sudo macchanger:

  1. Usage: sudo macchanger [option] [device]
  2. Options:
  3. -r, --random Generates a random MAC and sets it
  4. -m, --mac MAC Set a custom MAC address, e.g. macchanger -m aa:bb:cc:dd:ee:ff en0
  5. -p, --permanent Resets the MAC address to the permanent
  6. -s, --show Shows the current MAC address
  7. -v, --version Prints version

Set custom MAC

sudo macchanger -m aa:bb:cc:dd:ee:ff en0

Set random MAC

sudo macchanger -r en0

Reset to permanent MAC

sudo macchanger -p en0

To do

  • Option to set MAC address at startup
  • Add Manufacturer info