Skip to content

 Change your mac address, for macOS

Notifications You must be signed in to change notification settings

TheJACKedViking/macchanger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

macchanger

macchanger for macOS - Spoof / Fake MAC address
NEW: Updated to support macOS Sonoma 14.4+

Installation

git clone https://github.com/shilch/macchanger
cd macchanger
sudo make install

Usage

Type sudo macchanger:

Usage: macchanger [option] [device]
Options:
 -r, --random         Generates a random MAC and sets it
 -m, --mac MAC        Set a custom MAC address, e.g. macchanger -m aa:bb:cc:dd:ee:ff en0
 -p, --permanent      Resets the MAC address to the permanent
 -s, --show           Shows the current MAC address
 -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

About

 Change your mac address, for macOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%