All Projects → shilch → Macchanger

shilch / Macchanger

 Change your mac address, for macOS

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Macchanger

Subethaedit
General purpose plain text editor for macOS. Widely known for its live collaboration feature.
Stars: ✭ 1,183 (+1477.33%)
Mutual labels:  osx, mac
Xit
Mac OS X Git GUI
Stars: ✭ 700 (+833.33%)
Mutual labels:  osx, mac
Nord Iterm2
An arctic, north-bluish clean and elegant iTerm2 color scheme.
Stars: ✭ 651 (+768%)
Mutual labels:  osx, mac
Orsserialport
Serial port library for Objective-C and Swift macOS apps
Stars: ✭ 609 (+712%)
Mutual labels:  osx, mac
Macqq
mac版QQ,swift,macOS,仿QQ mac端
Stars: ✭ 72 (-4%)
Mutual labels:  osx, mac
Osx Iso
 Create a bootable ISO of OS X / macOS, from the installation app file
Stars: ✭ 616 (+721.33%)
Mutual labels:  osx, mac
Reminders Cli
Command-line interface to interact with the Reminders.app
Stars: ✭ 67 (-10.67%)
Mutual labels:  osx, mac
Phaser Ce Npm Webpack Typescript Starter Project
Project to get you started with your Phaser-CE (using the npm module) game using Typescript and Webpack for building! No hassle asset management, Google Web Font loader, live server, development vs distribution build pipeline, Electron packaging for desktop builds, and more...
Stars: ✭ 414 (+452%)
Mutual labels:  osx, mac
Swim
A command line tool to switch the current input method by identifier for macOS.
Stars: ✭ 39 (-48%)
Mutual labels:  osx, mac
Macvars
command library for scripting osx
Stars: ✭ 34 (-54.67%)
Mutual labels:  osx, mac
Tools Osx
A small collection of command line tools for Mac OS X, incl.: clipcat, dict, eject, launch, ql, swuser, trash & with.
Stars: ✭ 576 (+668%)
Mutual labels:  osx, mac
Syncthing Macos
Frugal and native macOS Syncthing application bundle
Stars: ✭ 1,096 (+1361.33%)
Mutual labels:  osx, mac
Mbicons
MBIcons contains over 200 icons that can be resized to any dimensions as they are drawn using NSBezierPath.
Stars: ✭ 537 (+616%)
Mutual labels:  osx, mac
Swcrypt
RSA public/private key generation, RSA, AES encryption/decryption, RSA sign/verify in Swift with CommonCrypto in iOS and OS X
Stars: ✭ 632 (+742.67%)
Mutual labels:  osx, mac
Assetsextractor
『Assets提取工具』是一款OSX平台上用于将Assets.car或xxx.app中打包的png图片、pdf等资源重新提取出来的开发者工具。Assets.car常见于iOS/Mac/Unity等开发中的资源打包。
Stars: ✭ 486 (+548%)
Mutual labels:  osx, mac
Soundcast
Cast audio from macOS to Chromecast
Stars: ✭ 684 (+812%)
Mutual labels:  osx, mac
Autoedit 2
Fast text based video editing, node Electron Os X desktop app, with Backbone front end.
Stars: ✭ 343 (+357.33%)
Mutual labels:  osx, mac
Cartool
Mac上解压Assets.car文件的小工具(支持右键解压)
Stars: ✭ 375 (+400%)
Mutual labels:  osx, mac
Macapps
个人收集的一些mac使用的不易找到的app,不断更新中。
Stars: ✭ 726 (+868%)
Mutual labels:  osx, mac
Ansible Osx Command Line Tools
An Ansible role for installing OS X Command Line Tools
Stars: ✭ 57 (-24%)
Mutual labels:  osx, mac

macchanger

macchanger for Mac OS - Spoof / Fake MAC address

Installation

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:

Usage: sudo 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].