Proxmark3GUI/README.md

38 lines
730 B
Markdown
Raw Permalink 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
+ Support raw commands of Proxmark3 client
+ Have a friendly UI to test Mifare cards
+ Easy to edit Mifare data files
+ Support binary(.bin .dump) files and text(.eml) files
+ ...
***
## 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.