Skip to content

iceman1001/homebrew-proxmark3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Homebrew tap containing only Proxmark3 software/firmware, for now

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%