GithubHelp home page GithubHelp logo

spritcai / proxmark3gui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wh201906/proxmark3gui

0.0 0.0 0.0 7.83 MB

A cross-platform GUI for Proxmark3 client | 为PM3设计的跨平台图形界面

License: GNU Lesser General Public License v2.1

C++ 95.71% Python 2.97% QMake 1.32%

proxmark3gui's Introduction

Proxmark3GUI

downloads
downloads

A cross-platform GUI for Proxmark3/Proxmark3 Iceman fork client

(The orignal Proxmark3 repo has been unmaintained for a long time. I personally suggest using the Proxmark3 Iceman fork)

中文介绍


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 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.


Download binaries for Windows

You can download pre-built Windows binaries in release page
Vx.x.x-win64.7z only contains the GUI
Vx.x.x-win64-xxxxxxx.7z contains the GUI and corresponding client. You just need to open Vx.x.x-win64-xxxxxxx\GUI\Proxmark3GUI.exe

You can also download them in SourceForge
Download Proxmark3GUI

Build on Linux

cd ~
sudo apt-get update
sudo apt-get install git build-essential
sudo apt-get install qt5-default libqt5serialport5-dev
git clone https://github.com/wh201906/Proxmark3GUI.git --depth=1
cd Proxmark3GUI
mkdir build && cd build
qmake ../src
make -j4 && make clean
./Proxmark3GUI

Build on macOS

cd ~
brew update
brew install qt@5
brew link qt5 --force
git clone https://github.com/wh201906/Proxmark3GUI.git --depth=1
cd Proxmark3GUI
mkdir build && cd build
qmake ../src
make -j4 && make clean
open Proxmark3GUI.app

In order for the GUI to connect to the device in macOS, you'd need to tweak the settings a little bit

macOS_settings


Tutorial

1.Quickstart
2.Edit Mifare Classic data(Proxmark3 hardware is not necessary)


Change Log

Change Log

proxmark3gui's People

Contributors

wh201906 avatar zxkmm avatar ruling avatar rzhq avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.