Iceman Fork - Proxmark3
Go to file
2016-02-27 19:47:10 +01:00
armsrc chg: minor changes to text, explaining current implementation for "lf pyramid clone/sim" only works for 26bits. 2016-02-27 12:12:05 +01:00
bootrom A lot of changes... 2015-10-04 18:01:33 +02:00
client ADD: Started to add a "LF GUARD CLONE/SIM" functionality. *not working* all thats needed now is fixing the transformation from FacilityCode/CardNumber -> raw data for t55x7. 2016-02-27 19:47:10 +01:00
common FIX: textual fix 2016-02-22 17:51:07 +01:00
doc A lot of changes... 2015-10-04 18:01:33 +02:00
driver On another note; a nice udev-rule to have pm3 appear as /dev/pm3-1 (or /dev/pm3-2 if you have multiple) 2015-01-22 00:33:49 +01:00
fpga CHG: @ematrix / @piwi fixes for 'hf snoop' 2015-11-02 11:41:25 +01:00
include ADD: @go_tus simple bruteforce for t55xx, refactored a bit. 2015-11-27 16:24:00 +01:00
liblua CHG: -O3 flag in the makefile. 2016-02-19 22:35:15 +01:00
recovery changed version.c, compile time is now always present, even when svn is not working 2013-03-27 10:27:14 +00:00
tools ADD: added some time debug statements to be able to measure execution time. 2016-02-17 17:30:37 +01:00
traces ADD: @holiman's clearCommandBuffer in cmdlft55xx.c 2015-07-18 20:43:14 +02:00
zlib FIX: Coverity Scan, #if - else -#endif statement most likely one row row. 2016-01-19 20:55:55 +01:00
.gitattributes git housekeeping: 2014-06-27 19:23:42 +02:00
.gitignore FIX: one of these days I will start being more observant about argument order 2016-01-15 15:22:25 +01:00
.travis.yml CHG: testing my travis-ci configuration 2016-02-18 19:04:15 +01:00
CHANGELOG.md ADD: Marshmellows fixes for "lf t55xx" and "lf cmdread" ref: https://github.com/Proxmark/proxmark3/pull/166/files 2016-02-21 17:44:25 +01:00
COMPILING.txt Compiling manual for MAC OS X 2015-05-27 11:30:50 +03:00
covbuild.sh ADD: created some build scripts for the CoverityScans 2016-01-12 10:39:23 +01:00
covconfig.sh CHG, modified the configuration script 2016-01-12 15:55:01 +01:00
HACKING.txt Ooops, we forgot a few details 2010-02-21 19:58:32 +00:00
iceman.txt chg: LF t55xx trace 2014-10-06 19:42:50 +02:00
LICENSE.txt setting svn:eol-style=native on files, part 1 2010-02-22 19:18:49 +00:00
Makefile CHG: a major remake of the "hf mf c*" commands. Ie chinese magic tags. Tried to make them consistent in parameter calls and simplified. And fixed the annoying gen1 tags that answers with a ACK/NACK on HALT commands.. 2015-11-09 21:46:15 +01:00
proxmark3.rb ADD: Chrisfu 's most excellent homebrew file, adjusted for my fork. REF: https://github.com/chrisfu/homebrew-proxmark3 2016-02-24 09:05:36 +01:00
README.md CHG: textual change in README.md 2016-02-18 21:08:47 +01:00
README.txt Update README.txt 2016-01-08 22:40:02 +01:00

The iceman fork

NOTICE:

::THIS FORK IS HIGHLY EXPERIMENTAL::

The official Proxmark repository is found here: https://github.com/Proxmark/proxmark3

NEWS:

Build Status Travis CI

Build Status

Build Status Coverity Scan

Coverity Scan Build Status

Coverity Scan Config && Run

Download the Coverity Scan Self-buld and install it. You will need to configure ARM-NON-EABI- Compiler for it to use:

:: Configure cov-configure --comptype gcc --compiler /opt/devkitpro/devkitARM/bin/arm-none-eabi-gcc

::run it (I'm running on Ubuntu) cov-build --dir cov-int make all

:: make a tarball tar czvf proxmark3.tgz cov-int

:: upload it to coverity.com

Whats changed?

Whats in 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. Among the stuff is

* Jonor's hf 14a raw timing patch
* Piwi's updates. (usually gets into the master)
* Piwi's "topaz" branch
* Piwi's "hardnested" branch 
* Holiman's iclass, (usually gets into the master)
* Marshmellow's fixes (usually gets into the master)
* Midnitesnake's Ultralight,  Ultralight-c enhancements
* Izsh's lf peak modification / iir-filtering
* Aspers's tips and tricks from inside the PM3-gui-tool, settings.xml and other stuff.
* My own desfire, Ultralight extras, LF T55xx enhancements, bugs fixes (filelength, hf mf commands ), TNP3xxx lua scripts,  Awid26,  skidata scripts (will come)
* other obscure patches like for the sammy-mode,  (offline you know), tagidentifications, defaultkeys. 
* Minor textual changes here and there.
* Simulation of Ultralight/Ntag.
* Marshmellow's and my "RevEng" addon for the client.  Ref: http://reveng.sourceforge.net/
* Someone's alternative bruteforce Mifare changes.. (you need the two other exe to make it work)

* A Bruteforce for T55XX passwords against tag.
* A Bruteforce for AWID 26, starting w a facilitycode then trying all 0xFFFF cardnumbers via simulation. To be used against a AWID Reader.
* A Bruteforce for HID,  starting w a facilitycode then trying all 0xFFFF cardnumbers via simulation. To be used against a HID Reader.
* Blaposts Crapto1 v3.3

Give me a hint, and I'll see if I can't merge in the stuff you have.

I 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.

PM3 GUI:

I do tend to rename and move stuff around, the official PM3-GUI from Gaucho will not work so well. sorry

DEVELOPMENT:

This fork now compiles just fine on windows/mingw environment with Qt5.3.1 & GCC 4.8 Ubuntuu 1404, 1510 Mac OS X

SETUP AND BUILD FOR UBUNTU

GC made updates to allow this to build easily on Ubuntu 14.04.2 LTS or 15.10 See https://github.com/Proxmark/proxmark3/wiki/Ubuntu%20Linux

Run -> sudo apt-get install p7zip git build-essential libreadline5 libreadline-dev libusb-0.1-4 libusb-dev libqt4-dev perl pkg-config wget

Follow these instructions Get 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):

(64-bit) http://sourceforge.net/projects/devkitpro/files/devkitARM/previous/devkitARM_r41-x86_64-linux.tar.bz2/download (32-bit) http://sourceforge.net/projects/devkitpro/files/devkitARM/previous/devkitARM_r41-i686-linux.tar.bz2/download

Extract the contents of the .tar.bz2: -> tar jxvf devkitARM_r41--linux.tar.bz2

Create a directory for the arm dev kit: -> sudo mkdir -p /opt/devkitpro/

Move the ARM developer kit to the newly created directory: -> sudo mv devkitARM /opt/devkitpro/

Add the appropriate environment variable: -> export PATH=${PATH}:/opt/devkitpro/devkitARM/bin/

Add the environment variable to your profile: -> echo 'PATH=${PATH}:/opt/devkitpro/devkitARM/bin/ ' >> ~/.bashrc

Clone iceman fork -> git clone https://github.com/iceman1001/proxmark3.git

Get the latest commits -> git pull

CLEAN COMPILE -> make clean && make all

Flash the BOOTROM -> client/flasher -b /dev/ttyACM0 bootrom/obj/bootrom.elf

Flash the FULLIMAGE -> client/flasher /dev/ttyACM0 armsrc/obj/fullimage.elf

Change into the client folder. -> cd client

Run the client -> ./proxmark3 /dev/ttyACM0

January 2015, Sweden iceman at host iuse.se

BUYING A PROXMARK 3

The Proxmark 3 device is available for purchase (assembled and tested) from the following locations:

I recommend you to buy this version.


Most of the ultra-low-volume contract assemblers could put something like this together with a reasonable yield. A run of around a dozen units is probably cost-effective. The BOM includes (possibly- outdated) component pricing, and everything is available from Digikey and the usual distributors.

If you've never assembled a modern circuit board by hand, then this is not a good place to start. Some of the components (e.g. the crystals) must not be assembled with a soldering iron, and require hot air.

The schematics are included; the component values given are not necessarily correct for all situations, but it should be possible to do nearly anything you would want with appropriate population options.

The printed circuit board artwork is also available, as Gerbers and an Excellon drill file.

LICENSING:

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Jonathan Westhues user jwesthues, at host cq.cx

May 2007, Cambridge MA