Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.3 KB

README.md

File metadata and controls

43 lines (23 loc) · 1.3 KB

Homebrew tap of iceman fork of Proxmark3

Homebrew - is a open-source package manager for Apple macOS.

This repository contains homebrew formulas for iceman fork of proxmark3 project with it dependencies. The old HID-flasher doesn't compile on this version. You'll need to manually fix/compile it on MacOS.

Install

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

  • Tap this repo: brew tap iceman1001/proxmark3

  • 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.usbmodem888

Flashing bootload & firmware

sudo proxmark3-flasher /dev/tty.usbmodem888 -b /usr/local/share/firmware/fullimage.elf /usr/local/share/firmware/bootrom.elf

Info

Current release version is ice_v3.1.0 (https://github.com/iceman1001/proxmark3/releases/tag/ice_v3.1.0)

Maintainers

original chrisfu, zhovner

fork iceman1001