Proxmark3GUI/README.md

74 lines
2.3 KiB
Markdown
Raw Normal View History

2020-04-06 23:49:21 +08:00
# Proxmark3GUI
2020-04-16 12:58:18 +08:00
A GUI for [Proxmark3](https://github.com/Proxmark/proxmark3) client
2020-04-07 18:16:00 +08:00
2020-08-08 16:51:34 +08:00
[中文](README/doc/README_zh_CN.md)
2020-04-29 20:49:23 +08:00
***
## Features
2020-08-07 23:51:24 +08:00
+ Easy to find available Serial Port
+ Support raw commands of Proxmark3 client(Official/Iceman)
2020-04-29 20:49:23 +08:00
+ Have a friendly UI to test Mifare cards
2020-08-07 23:51:24 +08:00
+ Support different card size(MINI, 1K, 2K, 4K)
2020-08-08 16:51:34 +08:00
+ Easy to edit Mifare block data
2020-08-08 11:23:17 +08:00
+ Easy to read all/selected blocks with well-designed read logic
2020-08-08 16:51:34 +08:00
+ Easy to write all/selected blocks
2020-08-07 23:51:24 +08:00
+ Support binary(.bin .dump) files and text(.eml) files
+ Analyze Access Bits
+ Support Chinese Magic Card
2020-08-08 16:51:34 +08:00
+ Customize UI
+ ...
2020-04-29 20:49:23 +08:00
***
2020-08-08 16:51:34 +08:00
## Preview
![preview](README/img/preview.png)
2020-04-29 20:49:23 +08:00
2020-08-08 16:51:34 +08:00
more previews [here](README/doc/previews.md)
2020-04-29 20:49:23 +08:00
2020-08-08 16:51:34 +08:00
***
## About Iceman fork/repo
The [Iceman fork/repo](https://github.com/RfidResearchGroup/proxmark3) 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 was designed for only official repo at first, but I'm trying to make it compatible with Iceman repo.
2020-04-29 20:49:23 +08:00
2020-08-08 16:51:34 +08:00
Supported functions when using Iceman client:
[supported functions](README/doc/supported_Iceman.md)
***
## About Compiled Windows clients
A cool guy [Gator96100](https://github.com/Gator96100) creates [ProxSpace](https://github.com/Gator96100/ProxSpace) and makes it possible to compile both the firmware and client on Windows.
Also, he makes the [pre-compiled Windows client](http://www.proxmark.org/forum/viewtopic.php?id=3975) 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.
2020-04-29 20:49:23 +08:00
2020-04-07 18:16:00 +08:00
***
2020-04-29 20:49:23 +08:00
## Update Log:
2020-08-09 11:16:45 +08:00
### V0.1.3
+ Fix Trailer Decoder
+ Add feedback when writing selected blocks
2020-08-08 16:51:34 +08:00
### V0.1.2
+ Optimize read logic
+ Make UI Customizable
+ Save client path automatically
2020-08-09 11:16:45 +08:00
+ Add Trailer Decoder(Deprecated, plz use V0.1.3 or higher version)
2020-08-08 16:51:34 +08:00
+ Support read/write selected blocks
+ Support a few Iceman functions
+ Fix some bugs
2020-05-09 23:49:25 +08:00
### V0.1.1
+ Complete Mifare module(support simulate and sniff)
2020-04-29 20:49:23 +08:00
### V0.1
+ Able to deal with Mifare card and related files
2020-04-07 18:16:00 +08:00
2020-04-29 20:49:23 +08:00
### V0.0.1
2020-04-07 18:16:00 +08:00
+ a dumb version with a useless GUI and a serial choose box.