Skip to content

Proxmark/homebrew-proxmark3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Install homebrew if you haven't yet already done so: http://brew.sh/

  2. Tap this repo: brew tap proxmark/proxmark3

  3. Install Proxmark3:

    brew install proxmark3 -- for stable release

    brew 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

Maintainers: chrisfu, zhovner

Releases

No releases published

Packages

No packages published

Languages