Changes

Jump to: navigation, search

Proxmark3

960 bytes added, 13:01, 27 March 2014
Created page with "== Information == * http://www.proxmark.org/proxmark * http://code.google.com/p/proxmark3/wiki/Compiling == Flash the Proxmark using a BusPirate == * Get OpenOCD http://sourcefo..."
== Information ==
* http://www.proxmark.org/proxmark
* http://code.google.com/p/proxmark3/wiki/Compiling

== Flash the Proxmark using a BusPirate ==
* Get OpenOCD http://sourceforge.net/projects/openocd/files/openocd/
* Compile OpenOCD for the BusPirate
./configure --enable-buspirate
make && sudo make install

== Compiling the P3 suite ==
* Using the proxmark:
sudo apt-get install build-essential libreadline5 libreadline-dev libusb-0.1-4 libusb-dev libqt4-dev perl pkg-config

cd /tmp
wget http://sourceforge.net/p/devkitpro/perlupdaters/ci/master/tree/devkitARMupdate.pl?format=raw -o devkit.pl
chmod devkit.pl
./devkit.pl
export DEVKITPRO=~/devkitPro
export DEVKITARM=${DEVKITPRO}/devkitARM
export PATH=$DEVKITARM/bin/:${PATH}

svn co http://proxmark3.googlecode.com/svn/trunk proxmark3-read-only
cd proxmark3-read-only
make
* Plug the Proxmark
./client/proxmark3
* Use it as Mifare emulator, https://code.google.com/p/proxmark3/wiki/Mifare
ControlGroup, administrator
4,260
edits