All Projects → wh201906 → Proxmark3gui

wh201906 / Proxmark3gui

Licence: mit
A cross-platform GUI for Proxmark3 client | 为PM3设计的图形界面

Labels

Projects that are alternatives of or similar to Proxmark3gui

Qt.go
Qt binding for Go (Golang) aims get Go's compile speed again.
Stars: ✭ 487 (+299.18%)
Mutual labels:  gui, qt5
Openconnect Gui
Mirror - Graphical OpenConnect client (beta phase)
Stars: ✭ 993 (+713.93%)
Mutual labels:  gui, qt5
Persepolis
Persepolis Download Manager is a GUI for aria2.
Stars: ✭ 5,218 (+4177.05%)
Mutual labels:  gui, qt5
Chameleonmini Rebootedgui
Windows based GUI for Chameleon Mini, the contactless smartcard emulator (NFC/RFID)
Stars: ✭ 159 (+30.33%)
Mutual labels:  nfc, gui
Examples
Learn to create a desktop app with Python and Qt
Stars: ✭ 1,196 (+880.33%)
Mutual labels:  gui, qt5
Qomui
Qomui (Qt OpenVPN Management UI)
Stars: ✭ 378 (+209.84%)
Mutual labels:  gui, qt5
Lqt
Lua Binding for Qt5
Stars: ✭ 30 (-75.41%)
Mutual labels:  gui, qt5
Globalprotect Openconnect
A GlobalProtect VPN client (GUI) for Linux based on OpenConnect and built with Qt5, supports SAML auth mode.
Stars: ✭ 143 (+17.21%)
Mutual labels:  gui, qt5
Iaito
This project has been moved to:
Stars: ✭ 1,516 (+1142.62%)
Mutual labels:  gui, qt5
Nitroshare Desktop
Network file transfer application for Windows, OS X, & Linux
Stars: ✭ 1,150 (+842.62%)
Mutual labels:  gui, qt5
Fhex
A Full-Featured HexEditor compatible with Linux/Windows/MacOS
Stars: ✭ 225 (+84.43%)
Mutual labels:  gui, qt5
Fastqt
FastQC port to Qt5: A quality control tool for high throughput sequence data.
Stars: ✭ 92 (-24.59%)
Mutual labels:  gui, qt5
Qml Creative Controls
QML controls for creative applications and creative coding
Stars: ✭ 199 (+63.11%)
Mutual labels:  gui, qt5
Mystiq
Qt5/C++ FFmpeg Media Converter
Stars: ✭ 393 (+222.13%)
Mutual labels:  gui, qt5
Qt5.cr
Qt5 bindings for Crystal, based on Bindgen
Stars: ✭ 182 (+49.18%)
Mutual labels:  gui, qt5
Qbt Theme
collection of themes for qbittorrent
Stars: ✭ 776 (+536.07%)
Mutual labels:  gui, qt5
Git Cola
git-cola: The highly caffeinated Git GUI
Stars: ✭ 1,787 (+1364.75%)
Mutual labels:  gui, qt5
Guitar
Git GUI Client
Stars: ✭ 1,136 (+831.15%)
Mutual labels:  gui, qt5
Diceparser
Powerful dice Roller is used as discord bot, irc bot, cli tool and inside Rolisteam : 1d20+4, 1L[head,arm,leg,belly,chest], 1d6+1d8, 8+5*3
Stars: ✭ 90 (-26.23%)
Mutual labels:  gui, qt5
Handwriter
A smart program to convert digital document to hand-written document
Stars: ✭ 108 (-11.48%)
Mutual labels:  gui, qt5

Proxmark3GUI

downloads

A cross-platform 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 block data
    • Easy to read all/selected blocks with well-designed read logic
    • Easy to write all/selected blocks
    • Support binary(.bin .dump) files and text(.eml) files
    • Analyze Access Bits
    • Support Chinese Magic Card
  • Have basic support for LF commands
  • Customize UI
  • ...

Preview

preview

more previews


About Iceman fork/repo

The Iceman fork/repo 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 is compatible with Iceman/RRG repo(tested on v4.9237)


About Compiled Windows clients

A cool guy Gator96100 creates ProxSpace and makes it possible to compile both the firmware and the client on Windows.
Also, he makes the pre-compiled Windows client 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.


Build on Linux

cd ~
git clone https://github.com/wh201906/Proxmark3GUI.git
cd Proxmark3GUI
mkdir build
cd build
qmake ../
make
make clean
cp -r ../lang ./
./Proxmark3GUI

Update Log:

V0.2.1

  • Optimize MIFARE Classic reading logic
  • Fix bug #16
  • Fix bug #15 partially (the path can contain spaces now)

V0.2

  • Use Dock widget for more flexible layout
  • Support basic LF commands
  • Fix a bug in RawCommand tab

V0.1.4

  • Optimize performance
  • Optimize UI
  • Search available ports automatically
  • Add High-DPI support
  • Support configuring environment variables by script
    (Useful when the client requires specific environment variables)
  • All functions are compatible with Iceman/RRG repo(tested on v4.9237)
  • Support specifying client working directory
  • Fix some bugs

V0.1.3

  • Fix Trailer Decoder
  • Add feedback when writing selected blocks

V0.1.2

  • Optimize read logic
  • Make UI Customizable
  • Save client path automatically
  • Add Trailer Decoder(Deprecated, plz use V0.1.3 or higher version)
  • Support read/write selected blocks
  • Support a few Iceman functions
  • Fix some bugs

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].