File | Date | Author | Commit |
---|---|---|---|
config | 2022-03-01 |
![]() |
[1e728c] EM410x clone support |
deploy | 2022-03-13 |
![]() |
[ff3a43] V0.2.5 |
doc | 2022-09-12 |
![]() |
[3c6d5e] Update README |
src | 2022-06-10 |
![]() |
[8739dd] Update zh_CN.ts |
.gitignore | 2022-03-01 |
![]() |
[1e728c] EM410x clone support |
CHANGELOG.md | 2022-03-13 |
![]() |
[ff3a43] V0.2.5 |
LICENSE | 2022-01-21 |
![]() |
[60f965] Change LICENSE |
README.md | 2022-09-12 |
![]() |
[3c6d5e] Update README |
A cross-platform GUI for Proxmark3/Proxmark3 Iceman fork client
(The orignal Proxmark3 repo has been unmaintained for a long time. I personally suggest using the Proxmark3 Iceman fork)
The Iceman fork/repo has more powerful functions. These guys even developed a new hardware called Proxmark3 RDV4 with smart card support. But the official repo and the Iceman repo is not fully compatible.
This GUI is compatible with Iceman/RRG repo(tested on v4.13441)
A cool guy Gator96100 creates ProxSpace and makes it possible to compile both the firmware and the client on Windows.
Also, he makes the pre-compiled Windows client so you can download it and run your PM3 client on Windows instantly.
I included his compiled client in my releases so you can use the GUI on the fly, and you can also use the GUI with your prefered client.
Great thanks to him.
cd ~
sudo apt-get update
sudo apt-get install qt5-default libqt5serialport5 libqt5serialport5-dev
git clone https://github.com/wh201906/Proxmark3GUI.git --depth=1
cd Proxmark3GUI
mkdir build && cd build
qmake ../src
make -j4 && make clean
cp -r ../config ./
./Proxmark3GUI
cd ~
brew update
brew install qt@5
brew link qt5 --force
git clone https://github.com/wh201906/Proxmark3GUI.git --depth=1
cd Proxmark3GUI
mkdir build && cd build
qmake ../src
make -j4 && make clean
cp -r ../config ./
open Proxmark3GUI.app
In order for the GUI to connect to the device in macOS, you'd need to tweak the settings a little bit
1.Quickstart
2.Edit Mifare Classic data(Proxmark3 hardware is not necessary)