mirror of
https://github.com/wh201906/Proxmark3GUI.git
synced 2024-11-10 08:55:43 +08:00
A cross-platform GUI for Proxmark3 client | 为PM3设计的跨平台图形界面
common | ||
lang | ||
module | ||
README | ||
ui | ||
.gitignore | ||
LICENSE | ||
main.cpp | ||
Proxmark3GUI.pro | ||
README.md |
Proxmark3GUI
A 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 data files
- Easy to read all blocks with well-designed read logic
- Support binary(.bin .dump) files and text(.eml) files
- Analyze Access Bits
- Support Chinese Magic Card
- Customize UI
- ...
Previews
Update Log:
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.