]> git.zerfleddert.de Git - proxmark3-svn/blame - README.md
CHG: and now that I do actually check on bitlenght, I can get a better annotation...
[proxmark3-svn] / README.md
CommitLineData
02b6f355 1The iceman fork
c00fc47d 2===============
7edde707 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)
883c82b5 4
dac58254 5##This fork is HIGHLY experimental (or bleeding edge)
02b6f355 6
8e4021fd
I
7##Donate
8https://paypal.me/iceman1001/
9Feel free to donate. All support is welcome.
10
703ac289 11##Notice
dac58254 12There is so much in this fork, with all fixes and additions its basically the most enhanced fork to this day for the Proxmark3 device. Which makes it so awesum to play with. Do please play with it. Get excited and experiment. As a side note with all coverity scan fixes this client is much more stable than PM3 Master even if I tend to break it sometimes. I'll try to make a release when this fork becomes stable between my experiments.
c0bab227 13
d79411bf 14##Official
02b6f355 15The official Proxmark repository is found here: https://github.com/Proxmark/proxmark3
16
8b89fcae 17##Coverity Scan Config & Run
b112787d 18Download the Coverity Scan Self-buld and install it.
19You will need to configure ARM-NON-EABI- Compiler for it to use:
20
7c030a91 21- Configure
f3c2458a 22`cov-configure --comptype gcc --compiler /opt/devkitpro/devkitARM/bin/arm-none-eabi-gcc`
b112787d 23
7c030a91 24- run it (I'm running on Ubuntu)
f3c2458a 25`cov-build --dir cov-int make all`
b112787d 26
7c030a91 27- make a tarball
f3c2458a 28`tar czvf proxmark3.tgz cov-int`
b112787d 29
7c030a91 30- upload it to coverity.com
b112787d 31
703ac289 32##Whats changed?
6063655a 33Whats 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 34Among the stuff is
35
36 * Jonor's hf 14a raw timing patch
37 * Piwi's updates. (usually gets into the master)
38 * Piwi's "topaz" branch
39 * Piwi's "hardnested" branch
40 * Holiman's iclass, (usually gets into the master)
41 * Marshmellow's fixes (usually gets into the master)
42 * Midnitesnake's Ultralight, Ultralight-c enhancements
43 * Izsh's lf peak modification / iir-filtering
44 * Aspers's tips and tricks from inside the PM3-gui-tool, settings.xml and other stuff.
45 * My own desfire, Ultralight extras, LF T55xx enhancements, bugs fixes (filelength, hf mf commands ), TNP3xxx lua scripts, Awid26, skidata scripts (will come)
46 * other obscure patches like for the sammy-mode, (offline you know), tagidentifications, defaultkeys.
47 * Minor textual changes here and there.
48 * Simulation of Ultralight/Ntag.
6063655a 49 * Marshmellow's and my "RevEng" addon for the client. Ref: http://reveng.sourceforge.net/ Now using reveng1.31
f3c2458a 50 * J-Run alternative bruteforce Mifare nested auths.. (you need one other exe to make it work)
02b6f355 51 * A Bruteforce for T55XX passwords against tag.
52 * A Bruteforce for AWID 26, starting w a facilitycode then trying all 0xFFFF cardnumbers via simulation. To be used against a AWID Reader.
c0bab227 53 * A Bruteforce for HID, starting w a facilitycode then trying all 0xFFFF cardnumbers via simulation. To be used against a HID Reader.
b112787d 54 * Blaposts Crapto1 v3.3
f3c2458a 55 * Icsom's legic script and legic enhancements
56 * Aczid's bitsliced bruteforce solver in 'hf mf hardnested'
fdefe5cb 57
c00fc47d
I
58##Straight from the CHANGELOG
59=============================
185d675b 60 - Added `hf mf key_brute` - adds J-Runs 2nd phase bruteforce ref: https://github.com/J-Run/mf_key_brute (iceman)
61 - Added `lf jablotron` - adds demod/clone/sim of Jablotron LF tags. (iceman)
62 - Added `lf t55xx recoverpw` - adds a new password recovery using bitflips and partial flips if password write went bad. (alexgrin)
63 - `hf legic` - added improved legic data mapping. (jason)
64 - `hf mf mifare` - added possibility to target key A|B (douniwan5788)
65 - Added `analyse lcr` - added a new main command group, to help analysing bytes & bits & nibbles. (iceman)
66 - Added `lf nedap` - added identification of a NEDAP tag. (iceman)
67 - `lf viking clone` - fixed a bug. (iceman)
68 - Added bitsliced bruteforce solver in `hf mf hardnested` (Aczid)
69 - `hf mf chk` speedup (iceman)
70 - `hf 14a/mf sim x` attack mode, now uses also moebius version of mfkey32 to try finding the key. (iceman)
71 - `hf 14a sim` Added emulation of Mifare cards with 10byte UID length. (iceman)
72 - `hf mf sim` Added emulation of Mifare cards with 10byte UID length. (iceman)
73 - Added `lf guard clone/sim` (iceman)
74 - Added `lf pyramd clone/sim` (iceman)
75 - trying to fix `hf 14b` command to be able to read CALYPSO card. (iceman)
6063655a 76 - `hf legic load`, it now loads faster and a casting bug is gone. (iceman)
185d675b 77 - Added `hf legic calccrc8` added a method to calculate the legic crc-8 value (iceman)
6063655a 78 - `hf legic decode` fixed the output overflow bugs, better printing (iceman)
79 - Coverity Scan fixes a lot of resource leaks, etc (iceman)
185d675b 80 - Added `lf presco *` commands started (iceman)
81 - Added `lf hid wiegand` added a method to calculate WIEGAND in different formats, (iceman)
6063655a 82 - `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)
83 - `hf mf nested` better printing and added Adam Lauries "try to read Key B if Key A is found" (iceman)
84 - `hf mf mifare` fixing the zero parity path, which doesn't got called. (iceman)
85 - Updated the @blapost's Crapto1 implementation to v3.3 (blapost)
86 - `hf mf c*` updated the calling structure and refactored of the chinese magic commands (iceman, marshmellow)
87 - Started to add Peter Fillmore's EMV fork into Iceman fork. ref: https://github.com/peterfillmore/proxmark3 (peter fillmore, iceman)
88 - Added Travis-CI automatic build integration with GitHub fork. (iceman)
185d675b 89 - Updated the Reveng 1.30 sourcecode to 1.31 from Reveng project homepage (iceman)
90 - Updated the Reveng 1.31 sourcecode to 1.40 from Reveng project homepage (iceman)
6063655a 91
92 - Added possibility to write direct to a Legic Prime Tag (MIM256/1024) without using values from the 'BigBuffer' -> 'hf legic writeRaw <addr> <value>' (icsom)
93 - Added possibility to decrease DCF values at address 0x05 & 0x06 on a Legic Prime Tag
94 DCF-value will be pulled from the BigBuffer (address 0x05 & 0x06) so you have to
95 load the data into the BigBuffer before with 'hf legic load <path/to/legic.dump>' & then
96 write the DCF-Values (both at once) with 'hf legic write 0x05 0x02' (icsom)
97 - Added script `legic.lua` for display and edit Data of Legic-Prime Tags (icsom)
98 - Added the experimental HITAG_S support (spenneb)
99 - Added topaz detection to `hf search` (iceman)
185d675b 100 - Fixed the silent mode for 14b to be used inside `hf search` (iceman)
6063655a 101
102---
02b6f355 103Give me a hint, and I'll see if I can't merge in the stuff you have.
104
105I 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.
106
703ac289 107##PM3 GUI
02b6f355 108I do tend to rename and move stuff around, the official PM3-GUI from Gaucho will not work so well. *sorry*
109
703ac289 110##Development
c0bab227 111This fork now compiles just fine on
c00fc47d
I
112 - Windows/mingw environment with Qt5.3.1 & GCC 4.8
113 - Ubuntuu 1404, 1510
114 - Mac OS X (or before the hardnested BF solver at least)
c0bab227 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
7c030a91 120- Run
76fc7219 121`sudo apt-get install p7zip git build-essential libreadline5 libreadline-dev libusb-0.1-4 libusb-dev libqt4-dev perl pkg-config wget libncurses5-dev`
185d675b 122
c0bab227 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
d233b629 129- Extract the contents of the .tar.bz2
76fc7219 130`tar jxvf devkitARM_r41-<arch>-linux.tar.bz2`
c0bab227 131
d233b629 132- Create a directory for the arm dev kit
76fc7219 133`sudo mkdir -p /opt/devkitpro/`
c0bab227 134
d233b629 135- Move the ARM developer kit to the newly created directory
76fc7219 136`sudo mv devkitARM /opt/devkitpro/`
c0bab227 137
7c030a91 138- Add the appropriate environment variable
76fc7219 139`export PATH=${PATH}:/opt/devkitpro/devkitARM/bin/`
c0bab227 140
d233b629 141- Add the environment variable to your profile
76fc7219 142`echo 'PATH=${PATH}:/opt/devkitpro/devkitARM/bin/ ' >> ~/.bashrc`
c0bab227 143
7c030a91 144- Clone iceman fork
76fc7219 145`git clone https://github.com/iceman1001/proxmark3.git`
02b6f355 146
d233b629 147- Get the latest commits
76fc7219 148`git pull`
c0bab227 149
d233b629 150- CLEAN COMPILE
76fc7219 151`make clean && make all`
02b6f355 152
d233b629 153- Flash the BOOTROM
76fc7219 154`client/flasher /dev/ttyACM0 -b bootrom/obj/bootrom.elf`
c0bab227 155
d233b629 156- Flash the FULLIMAGE
76fc7219 157`client/flasher /dev/ttyACM0 armsrc/obj/fullimage.elf`
02b6f355 158
9fe46b69 159- Change into the client folder
76fc7219 160`cd client`
02b6f355 161
d233b629 162- Run the client
76fc7219 163`./proxmark3 /dev/ttyACM0`
c0bab227 164
703ac289 165##Homebrew (Mac OS X)
dc1c9ae4 166These instructions comes from @Chrisfu, where I got the proxmark3.rb scriptfile from.
4003623b 167Further questions about Mac & Homebrew, contact @Chrisfu (https://github.com/chrisfu/)
02b6f355 168
dc1c9ae4
I
1691. Install homebrew if you haven't yet already done so: http://brew.sh/
170
1712. Tap this repo: `brew tap iceman1001/proxmark3`
172
1733. Install Proxmark3: `brew install proxmark3` for stable release or `brew install --HEAD proxmark3` for latest non-stable from GitHub.
174
703ac289
I
175##Docker container
176I recently added a docker container on Docker HUB. You find it here: https://hub.docker.com/r/iceman1001/proxmark3/
177Follow those instructions to get it up and running. No need for the old proxspace-environment anymore.
dc1c9ae4 178
ba2e685d
I
179[1.6.0] How to start: https://www.youtube.com/watch?v=b5Zta89Cf6Q
180[1.6.0] How to connect: https://youtu.be/0ZS2t5C-caI
181[1.6.1] How to flash: https://www.youtube.com/watch?v=WXouhuGYEiw
182
183Recommendations:
f3c2458a 184Use only container tag [1.6.4]
ba2e685d 185
dc1c9ae4 186
8b89fcae 187##Buying a proxmark3
c0bab227 188The Proxmark 3 device is available for purchase (assembled and tested) from the following locations:
189
b82c2f85
I
190 * http://proxmark3.tictail.com/ (For buyers in EU, most likely in Sweden)
191
192 * http://www.elechouse.com/ (new and revised hardware package 2015, located in China)
02b6f355 193
c00fc47d 194
4003623b
I
195##Enjoy
196
197January 2015, Sweden
198iceman at host iuse.se
199
200
201
202
8b89fcae 203##Note from Jonathan Westhues
02b6f355 204Most of the ultra-low-volume contract assemblers could put
205something like this together with a reasonable yield. A run of around
206a dozen units is probably cost-effective. The BOM includes (possibly-
207outdated) component pricing, and everything is available from Digikey
208and the usual distributors.
209
210If you've never assembled a modern circuit board by hand, then this is
211not a good place to start. Some of the components (e.g. the crystals)
212must not be assembled with a soldering iron, and require hot air.
213
214The schematics are included; the component values given are not
215necessarily correct for all situations, but it should be possible to do
216nearly anything you would want with appropriate population options.
217
218The printed circuit board artwork is also available, as Gerbers and an
219Excellon drill file.
220
221
222LICENSING:
223
224This program is free software; you can redistribute it and/or modify
225it under the terms of the GNU General Public License as published by
226the Free Software Foundation; either version 2 of the License, or
227(at your option) any later version.
228
229This program is distributed in the hope that it will be useful,
230but WITHOUT ANY WARRANTY; without even the implied warranty of
231MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
232GNU General Public License for more details.
233
234You should have received a copy of the GNU General Public License
235along with this program; if not, write to the Free Software
236Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
237
238
239Jonathan Westhues
240user jwesthues, at host cq.cx
241
242May 2007, Cambridge MA
Impressum, Datenschutz