Iceman Fork - Proxmark3
Go to file
iceman1001 98b2a3a1e9 FIX: the port error 10 on Mac, is fixed by @marshmellow42 , a wrong string format specifier was the root cause.
ADD: some other adjustments from @marshmellow42 to the fsk demod identifier string.
2016-02-16 09:24:45 +01:00
armsrc FIX: finally I took the effort to finish the "hf mf c*" commands on device side... 2016-02-15 22:04:24 +01:00
bootrom A lot of changes... 2015-10-04 18:01:33 +02:00
client FIX: the port error 10 on Mac, is fixed by @marshmellow42 , a wrong string format specifier was the root cause. 2016-02-16 09:24:45 +01:00
common ADD: adding a presco demod, given 0x10D as preamble, .. *work in progress* 2016-02-14 11:58:25 +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 ADD: @bm2gii some kind of andriod fix for the lua. 2015-11-02 20:47: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 @piwi's bucketsort to tools/mfkey/crapto1.c and tools/nonce2key/crapto1.c 2016-02-09 15:16:35 +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: lets see if I can get the perl script to work if I request "git fetch --all" before running the make command in Travis-CI 2016-01-15 16:32:38 +01:00
CHANGELOG.md FIX: @wllm-rbnt 's typo fixes 2016-02-12 07:37:10 +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
README.md ADD: Some instructions for configure CoverityScan using alternative compiler like the ARM-NONE-EABI-GCC 2016-01-19 21:48:29 +01:00
README.txt Update README.txt 2016-01-08 22:40:02 +01:00

The iceman fork

NOTICE:

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

NEWS:

::THIS FORK IS HIGHLY EXPERIMENTAL::

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 UBUNTU_1404_QT4=1

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

* 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 is adjusted to compile on windows/mingw environment with Qt5.3.1 & GCC 4.8 For people with linux you will need to patch some source code and some small change to one makefile. If you are lazy, you google the forum and find asper's or holimans makefile or you find your solution below.

GC made updates to allow this to build easily on Ubuntu 14.04.2 LTS. - See https://github.com/Proxmark/proxmark3/wiki/Ubuntu%20Linux - Generally speaking, if you're running a "later" Proxmark, installation is very easy. - Run "sudo apt-get install p7zip git build-essential libreadline5 libreadline-dev libusb-0.1-4 libusb-dev libqt4-dev perl pkg-config wget"a - 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 - Use the magic build command "make UBUNTU_1404_QT4=1"

Common errors linux/macOS finds

Error:
* \client\makefile the parameter -lgdi32 Solution: * Remove parameter.

Error:
* Using older Qt4.6 gives compilation errors.
Solution * Upgrade to Qt5.3.1 OR * Change these two line in \client\makefile CXXFLAGS = -I$(QTDIR)/include -I$(QTDIR)/include/QtCore -I$(QTDIR)/include/QtGui -I$(QTDIR)/include/QtWidgets -I/mingw/include QTLDLIBS = -L$(QTDIR)/lib -lQt5Core -lQt5Gui -lQt5Widgets

	TO
	
	CXXFLAGS = -I$(QTDIR)/include -I$(QTDIR)/include/QtCore -I$(QTDIR)/include/QtGui
	QTLDLIBS = -L$(QTDIR)/lib -lQtCore4 -lQtGui4

An old Qt4 version makefile is found here: http://www.icesql.se/proxmark3/code/linuxmakefile.txt but this one doesn't have all new files in it. So I don't recommend it.

January 2015, Sweden iceman at host iuse.se

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

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