Skip to content
🔗 Link-Layer MAC spoofing GUI for macOS
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
LinkHelper Version bump 2.1.0 -> 2.1.1 Jan 21, 2018
LinkLiar.xcodeproj Improved LinkLauncher logging Jan 23, 2018
LinkLiar
LinkLiarHelp Added schematic module overview to README Jan 24, 2018
LinkLiarTests Version bump 2.1.0 -> 2.1.1 Jan 21, 2018
LinkTools Improved LinkLauncher logging Jan 23, 2018
bin Added launcher to bin/log parser Jan 23, 2018
docs Added schematic module overview to README Jan 24, 2018
lib Added copyright-header gem Jul 7, 2017
linkdaemon Version bump 2.1.0 -> 2.1.1 Jan 21, 2018
linklauncher Improved LinkLauncher logging Jan 23, 2018
.gitattributes Created OUI as json instead of plist Jun 30, 2017
.gitignore Travis: Skip bundler Jul 22, 2017
.tm_properties Keep all Helpbook assets in same directory Jul 8, 2017
.travis.yml Travis: Where did my scheme go? Jul 22, 2017
CHANGELOG.md Implemented start GUI on login #28 Jan 22, 2018
Gemfile Basic jekyll skelleton for help book Jul 7, 2017
Gemfile.lock bundle update Jan 21, 2018
LICENSE.md Added basic introduction docs Jul 7, 2017
README.md Added more badges to README Feb 8, 2018
master_chief.cer.enc Let's see if Travis can run this Jul 22, 2017
master_chief.p12.enc Let's see if Travis can run this Jul 22, 2017

README.md

Version Downloaded License Build Status Gitter

Prevent your Mac from leaking MACs

This is an intuitive macOS status menu application written in Swift to help you spoof the MAC addresses of your Wi-Fi and Ethernet interfaces.

Download instructions

It is free as in open-source. Should you like to motivate me, you may click on the ✭ in the top-right corner.

Screenshot

Requirements

  • macOS Sierra or later (see releases for older versions)
  • Administrator privileges (you will be asked for your root password once)

Installation

If you have Homebrew, just run brew cask install linkliar.

To install it manually, follow these instructions.

Documentation

The end-user documentation is located at halo.github.io/LinkLiar.

What you're looking at right now is the technical documentation.

There is also a source-code documentation in progress, see bin/docs for inspiration.

Limitations/Caveats

  • When your Wi-Fi (aka Airport) is turned off, you cannot change its MAC address. You need to turn it on first.
  • If you change a MAC address while the interface is connected, you will briefly loose connection.
  • If you rapidly close and open your MacBook, the MAC address may change while the Wi-Fi connection remains and you loose the connection.
  • Whenever you successfully changed your MAC address, your System Preferences will still show you the original hardware MAC address. This is normal behavior and your actual network traffic uses the new, changed MAC address.
  • Choosing a "random vendor" prefix does not choose from all possible vendors, but only from the most commonly known vendors (these)).

Troubleshooting

You can create this logfile and whenever it exists, all LinkLiar components will write to it:

touch "/Library/Application Support/LinkLiar/linkliar.log"

Delete the log file again to silence logging.

Once LinkLiar is started and the menu is visible, you can hold the ⌥ Option key for advanced options. This is only intended for developers.

If you want a more colorful output, clone this git repository and run bin/logs. That's what I use when I'm debugging. This utility is also bundled in LinkLiar so you can run it with

/Applications/LinkLiar.app/Contents/Resources/logs

Development

Future work

  • Add badge with test coverage to README
  • Nicer GUI for specifying a MAC address manually (with option to randomize)
  • Choose which vendor prefixes to randomize with

Thanks

  • The icon in Link/Images.xcassets is from Iconmonstr.

License

MIT 2012-2018 halo. See MIT-LICENSE.

You can’t perform that action at this time.