A cross-platform GUI for Proxmark3 client | 为PM3设计的跨平台图形界面
Find a file
2020-08-08 00:19:37 +08:00
common Iceman support: info(), chk(), nested() 2020-08-05 23:55:14 +08:00
lang Support Mifare Simulate and Sniff function 2020-05-09 23:43:10 +08:00
module Support write selected blocks and fix a bug 2020-08-08 00:19:37 +08:00
README V0.1.1 2020-05-09 23:49:25 +08:00
ui Support write selected blocks and fix a bug 2020-08-08 00:19:37 +08:00
.gitignore A useless, uncompleted version 2020-04-07 18:28:41 +08:00
LICENSE Create LICENSE 2020-04-09 09:18:34 +08:00
main.cpp Make UI customizable 2020-06-13 01:27:59 +08:00
Proxmark3GUI.pro Add Trailer Decoder(Uncompleted) 2020-08-04 23:33:14 +08:00
README.md Support read selected blocks 2020-08-07 23:51:24 +08:00

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

nested_attack

mf_load_file

mf_edit_file

raw_command


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.