mirror of https://github.com/wh201906/Proxmark3GUI
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.
4dba7882e5 | 4 years ago | |
---|---|---|
README | 5 years ago | |
common | 4 years ago | |
lang | 5 years ago | |
module | 4 years ago | |
ui | 4 years ago | |
.gitignore | 5 years ago | |
LICENSE | 5 years ago | |
Proxmark3GUI.pro | 4 years ago | |
README.md | 4 years ago | |
main.cpp | 4 years ago |
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.