]> git.zerfleddert.de Git - proxmark3-svn/blame_incremental - README.txt
FIX: the usb_poll_validate_length() check should be inversed, thanks @marshmellow42
[proxmark3-svn] / README.txt
... / ...
Content-type: text/html ]> git.zerfleddert.de Git - proxmark3-svn/blame_incremental - README.txt


500 - Internal Server Error

Malformed UTF-8 character (fatal) at (eval 6) line 1, <$fd> line 55.
Impressum, Datenschutz
CommitLineData
1The iceman fork
2---------------
3NOTICE:
4
5The official Proxmark repository is found here: https://github.com/Proxmark/proxmark3
6
7NEWS:
8
9::THIS FORK IS HIGHLY EXPERIMENTAL::
10
11
12Whats 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.
13Among the stuff is
14
15 * Jonor's hf 14a raw timing patch
16 * Piwi's updates. (usually gets into the master)
17 * Piwi's "topaz" branch
18 * Piwi's "hardnested" branch
19 * Holiman's iclass, (usually gets into the master)
20 * Marshmellow's fixes (usually gets into the master)
21 * Midnitesnake's Ultralight, Ultralight-c enhancements
22 * Izsh's lf peak modification / iir-filtering
23 * Aspers's tips and tricks from inside the PM3-gui-tool, settings.xml and other stuff.
24 * My own desfire, Ultralight extras, LF T55xx enhancements, bugs fixes (filelength, hf mf commands ), TNP3xxx lua scripts, Awid26, skidata scripts (will come)
25 * other obscure patches like for the sammy-mode, (offline you know), tagidentifications, defaultkeys.
26 * Minor textual changes here and there.
27 * Simulation of Ultralight/Ntag.
28 * Marshmellow's and my "RevEng" addon for the client. Ref: http://reveng.sourceforge.net/
29 * Someone's alternative bruteforce Mifare changes.. (you need the two other exe to make it work)
30
31 * A Bruteforce for T55XX passwords against tag.
32 * A Bruteforce for AWID 26, starting w a facilitycode then trying all 0xFFFF cardnumbers via simulation. To be used against a AWID Reader.
33
34
35Give me a hint, and I'll see if I can't merge in the stuff you have.
36
37I 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.
38
39PM3 GUI:
40
41I do tend to rename and move stuff around, the official PM3-GUI from Gaucho will not work so well. *sorry*
42
43
44
45DEVELOPMENT:
46
47This fork is adjusted to compile on windows/mingw environment with Qt5.3.1 & GCC 4.8
48For 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.
49
50GC made updates to allow this to build easily on Ubuntu 14.04.2 LTS.
51 - See https://github.com/Proxmark/proxmark3/wiki/Ubuntu%20Linux
52 - Generally speaking, if you're running a "later" Proxmark, installation is very easy.
53 - 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
54 - Follow these instructions
55