Awesome
Homebrew tap of Proxmark3
Homebrew - is a open-source package manager for Apple macOS.
This repository contains homebrew formulas for proxmark3 project with it dependencies.
Install
-
Install homebrew if you haven't yet already done so: http://brew.sh/
-
Tap this repo:
brew tap proxmark/proxmark3
-
Install Proxmark3:
brew install proxmark3
-- for stable releasebrew install --HEAD proxmark3
-- for latest non-stable from GitHub (use this if previous command fails)
Usage
Proxmark3 will be installed in /usr/local/bin/proxmark3
Firmware located at /usr/local/share/firmware/
Connect to device
proxmark3 /dev/tty.usbmodemXXXX
Flashing firmware
sudo proxmark3-flasher /dev/tty.usbmodemXXXX /usr/local/share/firmware/fullimage.elf
Flashing bootloader
sudo proxmark3-flasher /dev/tty.usbmodemXXXX -b /usr/local/share/firmware/bootrom.elf
Info
Sucessfully tested on macOS Sierra 10.12.3