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.
Proxmark3GUI/README.md

44 lines
987 B
Markdown

5 years ago
# Proxmark3GUI
4 years ago
A GUI for [Proxmark3](https://github.com/Proxmark/proxmark3) client
5 years ago
4 years ago
[中文](README/README.zh_CN.md)
***
## Features
+ Easy to find available Serial Port
+ Support raw commands of Proxmark3 client(Official/Iceman)
4 years ago
+ Have a friendly UI to test Mifare cards
+ Support different card size(MINI, 1K, 2K, 4K)
+ Easy to edit Mifare data files
4 years ago
+ Easy to read all/selected blocks with well-designed read logic
+ Support binary(.bin .dump) files and text(.eml) files
+ Analyze Access Bits
+ Support Chinese Magic Card
+ Customize UI
4 years ago
+ ...
***
## 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)
5 years ago
***
4 years ago
## Update Log:
4 years ago
### V0.1.1
+ Complete Mifare module(support simulate and sniff)
4 years ago
### V0.1
+ Able to deal with Mifare card and related files
5 years ago
4 years ago
### V0.0.1
5 years ago
+ a dumb version with a useless GUI and a serial choose box.