A cross-platform GUI for Proxmark3 client | 为PM3设计的跨平台图形界面
Go to file
2021-02-16 14:28:50 +08:00
common Support wipe(), lockUFUID(), setUIDParameter(), 2021-02-16 01:17:50 +08:00
lang All functions are compatible to Iceman/RRG fork 2021-02-16 13:52:04 +08:00
module All functions are compatible to Iceman/RRG fork 2021-02-16 13:52:04 +08:00
README V0.1.4 2021-02-16 14:25:20 +08:00
ui All functions are compatible to Iceman/RRG fork 2021-02-16 13:52:04 +08:00
.gitignore All functions are compatible to Iceman/RRG fork 2021-02-16 13:52:04 +08:00
LICENSE Create LICENSE 2020-04-09 09:18:34 +08:00
main.cpp Add new features 2021-02-14 22:47:56 +08:00
Proxmark3GUI.pro V0.1.4 2021-02-16 14:25:20 +08:00
README.md V0.1.4 2021-02-16 14:25:20 +08:00

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
  • Customize UI
  • ...

Preview

preview

more previews


About Iceman fork/repo

The Iceman fork/repo has more powerful functions like offline sniff. 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.9237)


About Compiled Windows clients

A cool guy Gator96100 creates ProxSpace and makes it possible to compile both the firmware and 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 ~
git clone https://github.com/wh201906/Proxmark3GUI.git
cd Proxmark3GUI
mkdir build
cd build
qmake ../
make
make clean
cp -r ../lang ./
./Proxmark3GUI

Update Log:

V0.1.4

  • Optimize performance
  • Optimize UI
  • Search available ports automatically
  • Add High-DPI support
  • Support configuring environment variables by script
    (Useful when the client requires specific environment variables)
  • All functions are compatible with Iceman/RRG repo(tested on v4.9237)
  • Fix some bugs

V0.1.3

  • Fix Trailer Decoder
  • Add feedback when writing selected blocks

V0.1.2

  • Optimize read logic
  • Make UI Customizable
  • Save client path automatically
  • Add Trailer Decoder(Deprecated, plz use V0.1.3 or higher version)
  • Support read/write selected blocks
  • Support a few Iceman functions
  • Fix some bugs

V0.1.1

  • Complete Mifare module(support simulate and sniff)

V0.1

  • Able to deal with Mifare card and related files

V0.0.1

  • a dumb version with a useless GUI and a serial choose box.