Proxmark3GUI/README.md

44 lines
987 B
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-04-29 20:49:23 +08:00
[中文](README/README.zh_CN.md)
***
## 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)
+ Easy to edit Mifare data files
2020-08-08 11:23:17 +08:00
+ Easy to read all/selected blocks with well-designed read logic
2020-08-07 23:51:24 +08:00
+ Support binary(.bin .dump) files and text(.eml) files
+ Analyze Access Bits
+ Support Chinese Magic Card
+ Customize UI
2020-04-29 20:49:23 +08:00
+ ...
***
## Previews
![nested_attack](README/mf_nested_attack.gif)
![mf_load_file](README/mf_load_file.gif)
![mf_edit_file](README/mf_edit_file.gif)
![raw_command](README/raw_command.gif)
2020-04-07 18:16:00 +08:00
***
2020-04-29 20:49:23 +08:00
## Update Log:
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.