A cross-platform GUI for Proxmark3 client | 为PM3设计的跨平台图形界面
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
wh201906 ff3a43a4a6 V0.2.5 2 years ago
config EM410x clone support 2 years ago
deploy V0.2.5 2 years ago
doc V0.2.5 2 years ago
src V0.2.5 2 years ago
.gitignore EM410x clone support 2 years ago
CHANGELOG.md V0.2.5 2 years ago
LICENSE Change LICENSE 2 years ago
README.md V0.2.5 2 years ago

README.md

Proxmark3GUI

downloads

A cross-platform GUI for Proxmark3 client

中文介绍


Features

  • Easy to find available Serial Port
  • Support raw commands of Proxmark3 client(Official/Iceman)
  • Have a friendly UI to test Mifare cards
    • Support different card size(MINI, 1K, 2K, 4K)
    • Easy to edit Mifare block data
    • Easy to read all/selected blocks with well-designed read logic
    • Easy to write all/selected blocks
    • Support binary(.bin .dump) files and text(.eml) files
    • Analyze Access Bits
    • Support Chinese Magic Card
  • Have basic support for LF commands
  • Customize UI
  • ...

Preview

preview

more previews


About Iceman fork/repo

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)


About Compiled Windows clients

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.


Build on Linux

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

Tutorial

1.Quickstart
2.Edit Mifare Classic data(Proxmark3 hardware is not necessary)


Change Log

Change Log