]> git.zerfleddert.de Git - proxmark3-svn/blame - README.md
Update README.md
[proxmark3-svn] / README.md
CommitLineData
02b6f355 1The iceman fork
2---------------
883c82b5 3[![Build Status](https://travis-ci.org/iceman1001/proxmark3.svg?branch=master)](https://travis-ci.org/iceman1001/proxmark3) [![Coverity Status](https://scan.coverity.com/projects/5117/badge.svg)](https://scan.coverity.com/projects/proxmark3-iceman-fork) [![Latest release] (https://img.shields.io/github/release/iceman1001/proxmark3.svg)] (https://github.com/iceman1001/proxmark3/releases/latest)
4
6063655a 5##::THIS FORK IS HIGHLY EXPERIMENTAL::
02b6f355 6
703ac289 7##Notice
02b6f355 8
6063655a 9There is so much in this fork, with all fixes and additions its basically the most enhanced fork to this day for the Proxmark3 device.
c0bab227 10
6063655a 11
703ac289 12##Offical
02b6f355 13The official Proxmark repository is found here: https://github.com/Proxmark/proxmark3
14
02b6f355 15
703ac289 16##Coverity Scan Config && Run
b112787d 17
18Download the Coverity Scan Self-buld and install it.
19You will need to configure ARM-NON-EABI- Compiler for it to use:
20
21:: Configure
22cov-configure --comptype gcc --compiler /opt/devkitpro/devkitARM/bin/arm-none-eabi-gcc
23
24::run it (I'm running on Ubuntu)
c0bab227 25cov-build --dir cov-int make all
b112787d 26
27:: make a tarball
28tar czvf proxmark3.tgz cov-int
29
30:: upload it to coverity.com
31
703ac289 32##Whats changed?
b112787d 33
6063655a 34Whats so special with this fork? I have scraped the web for different enhancements to the PM3 source code and not all of them ever found their way to the master branch.
02b6f355 35Among the stuff is
36
37 * Jonor's hf 14a raw timing patch
38 * Piwi's updates. (usually gets into the master)
39 * Piwi's "topaz" branch
40 * Piwi's "hardnested" branch
41 * Holiman's iclass, (usually gets into the master)
42 * Marshmellow's fixes (usually gets into the master)
43 * Midnitesnake's Ultralight, Ultralight-c enhancements
44 * Izsh's lf peak modification / iir-filtering
45 * Aspers's tips and tricks from inside the PM3-gui-tool, settings.xml and other stuff.
46 * My own desfire, Ultralight extras, LF T55xx enhancements, bugs fixes (filelength, hf mf commands ), TNP3xxx lua scripts, Awid26, skidata scripts (will come)
47 * other obscure patches like for the sammy-mode, (offline you know), tagidentifications, defaultkeys.
48 * Minor textual changes here and there.
49 * Simulation of Ultralight/Ntag.
6063655a 50 * Marshmellow's and my "RevEng" addon for the client. Ref: http://reveng.sourceforge.net/ Now using reveng1.31
02b6f355 51 * Someone's alternative bruteforce Mifare changes.. (you need the two other exe to make it work)
52
53 * A Bruteforce for T55XX passwords against tag.
54 * A Bruteforce for AWID 26, starting w a facilitycode then trying all 0xFFFF cardnumbers via simulation. To be used against a AWID Reader.
c0bab227 55 * A Bruteforce for HID, starting w a facilitycode then trying all 0xFFFF cardnumbers via simulation. To be used against a HID Reader.
b112787d 56 * Blaposts Crapto1 v3.3
fdefe5cb 57 * Icsom's legic script and legic enhancements
735a11ed 58 * Aczid's bitsliced bruteforce solver in 'hf mf hardnested'
fdefe5cb 59
6063655a 60
61---
62Straight from the CHANGELOG
63---
703ac289
I
64 - 'lf nedap' - added identification of a NEDAP tag. (iceman)
65 - 'lf viking clone' - fixed a bug. (iceman)
735a11ed 66 - Added bitsliced bruteforce solver in 'hf mf hardnested' (aczid)
92243fcb 67 - 'hf mf chk' speedup (iceman)
68 - 'hf 14a/mf sim x" attack mode, now uses also moebius version of mfkey32 to try finding the key. (iceman)
69 - 'hf 14a sim' Added emulation of Mifare cards with 10byte UID length. (iceman)
70 - 'hf mf sim' Added emulation of Mifare cards with 10byte UID length. (iceman)
6063655a 71 - Added `lf guard clone/sim` (iceman)
72 - Added `lf pyramd clone/sim` (iceman)
73 - trying to fix "hf 14b" command to be able to read CALYPSO card. (iceman)
74 - `hf legic load`, it now loads faster and a casting bug is gone. (iceman)
75 - Added `hf legic calccrc8` added a method to calculate the legic crc-8 value (iceman)
76 - `hf legic decode` fixed the output overflow bugs, better printing (iceman)
77 - Coverity Scan fixes a lot of resource leaks, etc (iceman)
78 - Added `lf presco *` commands started (iceman)
79 - Added `lf hid wiegand` added a method to calculate WIEGAND in different formats, (iceman)
80 - `hf mf chkkeys` better printing, same table output as nested, faster execution and added Adam Lauries "try to read Key B if Key A is found" (iceman)
81 - `hf mf nested` better printing and added Adam Lauries "try to read Key B if Key A is found" (iceman)
82 - `hf mf mifare` fixing the zero parity path, which doesn't got called. (iceman)
83 - Updated the @blapost's Crapto1 implementation to v3.3 (blapost)
84 - `hf mf c*` updated the calling structure and refactored of the chinese magic commands (iceman, marshmellow)
85 - Started to add Peter Fillmore's EMV fork into Iceman fork. ref: https://github.com/peterfillmore/proxmark3 (peter fillmore, iceman)
86 - Added Travis-CI automatic build integration with GitHub fork. (iceman)
87 - Updated the Reveng 1.30 sourcecode to 1.31 from Reveng projecthomepage (iceman)
88
89 - Added possibility to write direct to a Legic Prime Tag (MIM256/1024) without using values from the 'BigBuffer' -> 'hf legic writeRaw <addr> <value>' (icsom)
90 - Added possibility to decrease DCF values at address 0x05 & 0x06 on a Legic Prime Tag
91 DCF-value will be pulled from the BigBuffer (address 0x05 & 0x06) so you have to
92 load the data into the BigBuffer before with 'hf legic load <path/to/legic.dump>' & then
93 write the DCF-Values (both at once) with 'hf legic write 0x05 0x02' (icsom)
94 - Added script `legic.lua` for display and edit Data of Legic-Prime Tags (icsom)
95 - Added the experimental HITAG_S support (spenneb)
96 - Added topaz detection to `hf search` (iceman)
97 - Fixed the silent mode for 14b to be used inside 'hf search' (iceman)
98
99---
02b6f355 100
101Give me a hint, and I'll see if I can't merge in the stuff you have.
102
103I don't actually know how to make small pull-request to github :( and that is the number one reason for me not pushing a lot of things back to the PM3 master.
104
703ac289 105##PM3 GUI
02b6f355 106I do tend to rename and move stuff around, the official PM3-GUI from Gaucho will not work so well. *sorry*
107
108
109
703ac289 110##Development
c0bab227 111This fork now compiles just fine on
112 windows/mingw environment with Qt5.3.1 & GCC 4.8
113 Ubuntuu 1404, 1510
114 Mac OS X
115
703ac289 116##Setup and build for UBUNTU
c0bab227 117GC made updates to allow this to build easily on Ubuntu 14.04.2 LTS or 15.10
118See https://github.com/Proxmark/proxmark3/wiki/Ubuntu%20Linux
02b6f355 119
c0bab227 120Run
28d47dc9 121 -> sudo apt-get install p7zip git build-essential libreadline5 libreadline-dev libusb-0.1-4 libusb-dev libqt4-dev perl pkg-config wget
c0bab227 122
123Follow these instructions
28d47dc9 124Get devkitARM release 41 from SourceForge (choose either the 64/32 bit depending on your architecture, it is assumed you know how to check and recognize your architecture):
02b6f355 125
126(64-bit) http://sourceforge.net/projects/devkitpro/files/devkitARM/previous/devkitARM_r41-x86_64-linux.tar.bz2/download
127(32-bit) http://sourceforge.net/projects/devkitpro/files/devkitARM/previous/devkitARM_r41-i686-linux.tar.bz2/download
c0bab227 128
02b6f355 129Extract the contents of the .tar.bz2:
c0bab227 130 -> tar jxvf devkitARM_r41-<arch>-linux.tar.bz2
131
02b6f355 132Create a directory for the arm dev kit:
c0bab227 133 -> sudo mkdir -p /opt/devkitpro/
134
02b6f355 135Move the ARM developer kit to the newly created directory:
c0bab227 136 -> sudo mv devkitARM /opt/devkitpro/
137
02b6f355 138Add the appropriate environment variable:
c0bab227 139 -> export PATH=${PATH}:/opt/devkitpro/devkitARM/bin/
140
02b6f355 141Add the environment variable to your profile:
c0bab227 142 -> echo 'PATH=${PATH}:/opt/devkitpro/devkitARM/bin/ ' >> ~/.bashrc
143
144Clone iceman fork
145 -> git clone https://github.com/iceman1001/proxmark3.git
02b6f355 146
c0bab227 147Get the latest commits
148 -> git pull
149
150CLEAN COMPILE
151 -> make clean && make all
02b6f355 152
c0bab227 153Flash the BOOTROM
154 -> client/flasher -b /dev/ttyACM0 bootrom/obj/bootrom.elf
155
156Flash the FULLIMAGE
157 -> client/flasher /dev/ttyACM0 armsrc/obj/fullimage.elf
02b6f355 158
c0bab227 159Change into the client folder.
160 -> cd client
02b6f355 161
c0bab227 162Run the client
163 -> ./proxmark3 /dev/ttyACM0
164
703ac289 165##Homebrew (Mac OS X)
dc1c9ae4
I
166==================
167These instructions comes from @Chrisfu, where I got the proxmark3.rb scriptfile from.
168Further questions about Mac & Homebrew, contact @Chrisfu
02b6f355 169
dc1c9ae4
I
1701. Install homebrew if you haven't yet already done so: http://brew.sh/
171
1722. Tap this repo: `brew tap iceman1001/proxmark3`
173
1743. Install Proxmark3: `brew install proxmark3` for stable release or `brew install --HEAD proxmark3` for latest non-stable from GitHub.
175
703ac289
I
176##Docker container
177I recently added a docker container on Docker HUB. You find it here: https://hub.docker.com/r/iceman1001/proxmark3/
178Follow those instructions to get it up and running. No need for the old proxspace-environment anymore.
dc1c9ae4 179
703ac289 180## Enjoy
dc1c9ae4 181-------------------
02b6f355 182January 2015, Sweden
183iceman at host iuse.se
184
dc1c9ae4
I
185
186
c0bab227 187BUYING A PROXMARK 3
188-------------------
189
190The Proxmark 3 device is available for purchase (assembled and tested) from the following locations:
191
192 * http://www.elechouse.com (new and revised hardware package 2015)
02b6f355 193
c0bab227 194 I recommend you to buy this version.
02b6f355 195
c0bab227 196--------------------------------------------------------------------------
02b6f355 197
198Most of the ultra-low-volume contract assemblers could put
199something like this together with a reasonable yield. A run of around
200a dozen units is probably cost-effective. The BOM includes (possibly-
201outdated) component pricing, and everything is available from Digikey
202and the usual distributors.
203
204If you've never assembled a modern circuit board by hand, then this is
205not a good place to start. Some of the components (e.g. the crystals)
206must not be assembled with a soldering iron, and require hot air.
207
208The schematics are included; the component values given are not
209necessarily correct for all situations, but it should be possible to do
210nearly anything you would want with appropriate population options.
211
212The printed circuit board artwork is also available, as Gerbers and an
213Excellon drill file.
214
215
216LICENSING:
217
218This program is free software; you can redistribute it and/or modify
219it under the terms of the GNU General Public License as published by
220the Free Software Foundation; either version 2 of the License, or
221(at your option) any later version.
222
223This program is distributed in the hope that it will be useful,
224but WITHOUT ANY WARRANTY; without even the implied warranty of
225MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
226GNU General Public License for more details.
227
228You should have received a copy of the GNU General Public License
229along with this program; if not, write to the Free Software
230Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
231
232
233Jonathan Westhues
234user jwesthues, at host cq.cx
235
236May 2007, Cambridge MA
Impressum, Datenschutz