proxmark3/README.md

75 lines
3.9 KiB
Markdown
Raw Normal View History

Proxmark3 RDV4.0 Dedicated Github
2016-05-05 16:08:33 +08:00
===============
This repo is based on iceman fork for proxmark3. It is dedicated to bringing the most out of the new features for proxmark3 RDV4.0 new hardware and design.
2019-01-28 03:42:50 +08:00
2019-04-17 19:06:03 +08:00
[![Build status](https://ci.appveyor.com/api/projects/status/ct5blik2wa96bv0x/branch/master?svg=true)](https://ci.appveyor.com/project/iceman1001/proxmark3-ji4wj/branch/master)
[![Latest release](https://img.shields.io/github/release/RfidResearchGroup/proxmark3.svg)](https://github.com/RfidResearchGroup/proxmark3/releases/latest)
2017-06-09 20:58:11 +08:00
<a href="http://www.youtube.com/watch?feature=player_embedded&v=uyJ-y0kSWfc
" target="_blank"><img src="https://github.com/5w0rdfish/proxmark3/blob/master/prox.png"
alt="Yuotube" width="100%" height="auto" border="10" /></a>
---
2017-06-09 20:58:11 +08:00
# PROXMARK INSTALLATION AND OVERVIEW
2017-06-09 20:58:11 +08:00
| FAQ's & Updates | Installation | Use of the Proxmark |
| ------------- |:-------------:| -----:|
2019-05-05 06:24:29 +08:00
|[What has changed?](#what-has-changed) | [Setup and build for ArchLinux](/doc/md/Installation_Instructions/Arch-Linux-Installation-Instructions.md) | [Validating proxmark client functionality](/doc/md/Use_of_Proxmark/1_Validation.md)|
2019-05-05 06:18:18 +08:00
|[Development](#development) | [Setup and build for UBUNTU](/doc/md/Installation_Instructions/Ubuntu-Installation-Instructions.md) | [First Use and Verification](/doc/md/Use_of_Proxmark/2_Configuration-and-Verification.md) |
2019-05-05 06:24:29 +08:00
| [Why don't you add this or that functionality?](#why-dont-you-add-this-or-that-functionality) | [Homebrew (Mac OS X) & Upgrading HomeBrew Tap Formula](/doc/md/Installation_Instructions/Mac-OS-X-Homebrew-Installation-Instructions.md) | [Commands & Features](/doc/md/Use_of_Proxmark/3_Commands-and-Features.md)|
|[Why didn't you base it on official PM3 Master?](#why-didnt-you-base-it-on-official-pm3-master) |[ParrotOS Installation ](/doc/md/Installation_Instructions/Parrot-OS-Proxmark3-RDV4-installation.md)|[PM3 GUI](#pm3-gui)
2019-05-05 06:18:18 +08:00
|[Notices](#notices)|[Setup and build for Windows](/doc/md/Installation_Instructions/Windows-Installation-Instructions.md)||
|[Issues](#issues)|[Coverity Scan Config & Run](/doc/md/Installation_Instructions/Coverity-Scan-Config-%26-Run.md)||
||[Kali Linux Installation Instructions](/doc/md/Installation_Instructions/Kali-Installation-Instructions.md)|
---
2019-05-05 06:24:29 +08:00
## What has changed?
2019-05-05 06:18:18 +08:00
On the hardware side:
* added flash memory 256kb.
* added smart card module
* added FPC connector
On the software side: quite a lot, see the [Changelog file](CHANGELOG.md).
2017-04-26 21:40:13 +08:00
## Development
This fork now compiles just fine on
- Windows/mingw environment with Qt5.6.1 & GCC 4.8
2019-01-08 07:36:33 +08:00
- Ubuntu 1404, 1510, 1604, 1804
2017-03-07 21:39:30 +08:00
- Mac OS X / Homebrew
2019-01-28 03:42:50 +08:00
- ParrotOS
- WSL (Windows subsystem linux) on Windows 10
2017-03-07 21:39:30 +08:00
- Docker container
2019-05-05 06:41:20 +08:00
If you intend to contribute to the code, please read the [coding style notes](HACKING.md) first.
---
2019-05-05 06:24:29 +08:00
## Why didn't you base it on official PM3 Master?
The separation from official pm3 repo gives us a lot of freedom to create a firmware/client that suits the RDV40 features. We don't want to mess up the official pm3 repo with RDV40 specific code.
## Why don't you add this or that functionality?
Give us a hint, and we'll see if we can't merge in the stuff you have.
## PM3 GUI
The official PM3-GUI from Gaucho will not work.
2019-05-05 06:24:29 +08:00
The new universal GUI will work. [Proxmark3 Universal GUI](https://github.com/burma69/PM3UniversalGUI)
## Notices
Kali and ArchLinux users usually must kill their modem manager in order for the proxmark3 to enumerate properly.
2019-01-08 07:05:00 +08:00
`sudo apt remove modemmanager`
## Issues
2019-05-05 06:24:29 +08:00
Please see the [Proxmark Forum](http://www.proxmark.org/forum/index.php) and see if your issue is listed in the first instance Google is your friend :) Questions will be answered via the forum by Iceman and the team.
2019-01-08 07:05:00 +08:00
## The end
[@herrmann1001](https://mobile.twitter.com/herrmann1001) at host iuse.se
July 2018, Sweden
updated Feb 2019 [@5w0rdfish](https://mobile.twitter.com/5w0rdFish)
# Donations
Nothing says thank you as much as a donation, https://www.patreon.com/iceman1001
2019-01-08 07:36:33 +08:00