RRG / Iceman - Proxmark3
Releases | Coverity | Contributors |
---|---|---|
Actions OSX CI | Actions Ubuntu CI | Windows CI |
---|---|---|
PROXMARK3 INSTALLATION AND OVERVIEW
Notes / helpful documents
How to build?
Proxmark3 RDV4
See the instruction links in the tables above to build, flash and run for your Proxmark3 RDV4 device.
Generic Proxmark3 platforms
In order to build this repo for generic Proxmark3 platforms we urge you to read Advanced compilation parameters
We define generic Proxmark3 platforms as following devices.
Supported
- RDV1, RDV2, RDV3 easy
- Ryscorp green PCB version
- Radiowar black PCB version
- numerous Chinese adapted versions of the RDV3 easy (kkmoon, PiSwords etc)
Not supported
- ⚠ Proxmark Evolution (EVO)
- Note: unknown pin assignments.
- ⚠ Ryscorp Proxmark3 Pro
- Note: device has different fpga and unknown pin assignments.
Unknown support status
- ⚠ VX
- Note: unknown device hw
- ⚠ i-copy
- Note: unknown device hw
256kb flash memory size of generic Proxmark3 platforms
⚠ Note: You need to keep a eye on how large your ARM chip built-in flash memory is. With 512kb you are fine but if its 256kb you need to compile this repo with even less functionality. When running the
./pm3-flash-all
you can see which size your device have if you have the bootloader from this repo installed. Otherwise you will find the size reported in the start message when running the Proxmark3 client./pm3
.
What has changed?
Proxmark3 RDV4 hardware modifications:
- added flash memory 256kb
- added smart card module
- added FPC connector for peripherals such as Bluetooth+battery addon
- improved antennas
- swappable
- LF Q factor switch
- LF 125/134 frequency switch
- tiny PCB form factor
- ABS case
This repo vs official Proxmark3 repo: see the Changelog file which we try to keep updated. In short this repo gives you a completely different user experience when it comes to Proxmark3.
- richer CLI with use of colors / emojis
- help text system implemented everywhere
- hints system
- user preference settings
- extensive testing with continuous integration build systems on Linux, OSX and Windows, and regular usage of static analysis tools like
- Coverity Scan
- Cppcheck
- GCC and Clang aggressive enforcement of diagnostic flags
- auto detection of serial ports and seamless integration with Bluetooth addon
- reconnect to device from inside client
- Supports tearoff attacks
- the most comprehensive compiled known keys dictionaries
- Slimed down usb communications with NG-frames
- the most compiled public known key recovery software
- the fastest implementations of said software
- support multiple fileformats for dump files (BIN/EML/JSON)
- interoperability of said fileformats with libnfc, MFC tool app etc
- Supports more RFID based protocols than ever
- Easy install for package maintainers, distro maintainers
- More documentation
All of this and more is what makes this repo different from any other Proxmark3 firmware / client software. It is truely bleeding edge in that sense of available functionality and experience with it. With all extensive testing its also quite more stable than any other Proxmark3 repo.
Development
⚠ Note: This is a bleeding edge repository. The maintainers actively is working out of this repository and will be periodically re-structuring the code to make it easier to comprehend, navigate, build, test, and contribute to, so DO expect significant changes to code layout on a regular basis.
👉 Remember! If you intend to contribute to the code, please read the coding style notes first. We usually merge your contributions fast since we do like the idea of getting a functionality in the Proxmark3 and weed out the bugs afterwards.
The public roadmap is an excellent start to read if you are interesting in contributing.
Supported operative systems
This repo compiles nicely on
- WSL1 on Windows 10
- Proxspace v3.9 release v3.9
- Windows/MinGW environment
- Ubuntu, ParrotOS, Gentoo, Pentoo, Kali, NetHunter, Arch Linux, Fedora, Debian, Raspbian
- Android / Termux
- Mac OS X / Homebrew / Apple Silicon M1
- Docker container
Precompiled binaries
We don't maintain any precompiled binaries in this repo. There is community effort over at the Proxmark3 forum where package maintainer @gator96100 has set up a AWS bucket with precompiled Proxspace (MinGW) binaries which are recompiled every night and with that also up-to-date. We link to these files here as to make it easier for users. If you are having troubles with these files, we suggest to read the homepage of his proxmark builds or read the sticky thread at forum
Proxmark3 RDV4 devices
- Precompiled builds for RDV40 dedicated x64
- Precompiled builds for RDV40 dedicated with Bluetooth addon x64
Generic Proxmark3 devices
Official channels
Where do you find the community?
Maintainers ( package, distro )
To all distro, package maintainers, we tried to make your life easier.
make install
is now available and if you want to know more.
Proxmark3 GUI
The official PM3-GUI from Gaucho will not work. Not to mention is quite old and not maintained any longer.
-
Proxmark3 Universal GUI will work more or less.
-
Proxmark3 GUI cross-compiled which is recently updated and claims to support latest source of this repo.
-
Proxmark3_GUI simple gui in vb.net
Donations
Nothing says thank you as much as a donation.
If you feel the love, do feel free to become a Iceman patron.
If you are using @gator96100 's Proxspace with pre-compiled binaries do consider buy him a coffee for his efforts.
Citation
Use this bibtex to cite this repository globally:
@misc{proxmark3rrg,
author = {C. {Herrmann} and P. {Teuwen} and O. {Moiseenko} and M. {Walker} and others},
title = {{Proxmark3 -- RRG / Iceman repo}},
howpublished = {\url{https://github.com/RfidResearchGroup/proxmark3}},
keywords = {rfid nfc iceman proxmark3 125khz 134khz 13.56mhz},
}
If you need to refer to a specific state of the repository, use a commit number or a date of access, e.g.:
note = {Accessed: commit 12327f71a27da23831901847886aaf20e8ad3ca0}
note = {Accessed: 2021-01-01}