{"id":14982556,"url":"https://github.com/wh201906/proxmark3gui","last_synced_at":"2025-04-12T14:57:05.843Z","repository":{"id":38363464,"uuid":"253543536","full_name":"wh201906/Proxmark3GUI","owner":"wh201906","description":"A cross-platform GUI for Proxmark3 client | 为PM3设计的跨平台图形界面","archived":false,"fork":false,"pushed_at":"2023-11-03T15:32:55.000Z","size":8134,"stargazers_count":931,"open_issues_count":16,"forks_count":154,"subscribers_count":26,"default_branch":"master","last_synced_at":"2025-04-03T14:11:02.544Z","etag":null,"topics":["gui","mifare","nfc","pm3","proxmark3","proxmark3-client","qt5"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wh201906.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-04-06T15:45:11.000Z","updated_at":"2025-03-25T13:51:36.000Z","dependencies_parsed_at":"2023-11-03T16:34:28.197Z","dependency_job_id":null,"html_url":"https://github.com/wh201906/Proxmark3GUI","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wh201906%2FProxmark3GUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wh201906%2FProxmark3GUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wh201906%2FProxmark3GUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wh201906%2FProxmark3GUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wh201906","download_url":"https://codeload.github.com/wh201906/Proxmark3GUI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248586248,"owners_count":21128997,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gui","mifare","nfc","pm3","proxmark3","proxmark3-client","qt5"],"created_at":"2024-09-24T14:05:38.585Z","updated_at":"2025-04-12T14:57:05.822Z","avatar_url":"https://github.com/wh201906.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Proxmark3GUI\n[![downloads](https://img.shields.io/github/downloads/wh201906/Proxmark3GUI/total?label=GitHub%20release%20downloads)](https://github.com/wh201906/Proxmark3GUI/releases)  \n[![downloads](https://img.shields.io/sourceforge/dt/proxmark3gui.svg?label=SourceForge%20downloads)](https://sourceforge.net/projects/proxmark3gui/)  \n\nA cross-platform GUI for [Proxmark3](https://github.com/Proxmark/proxmark3)/[Proxmark3 Iceman fork](https://github.com/RfidResearchGroup/proxmark3) client  \n\n(The [orignal Proxmark3 repo](https://github.com/Proxmark/proxmark3) has been unmaintained for a long time. I personally suggest using the [Proxmark3 Iceman fork](https://github.com/RfidResearchGroup/proxmark3))\n\n[中文介绍](doc/README/README_zh_CN.md)\n\n***\n\n## Features\n\n+ Easy to find available Serial Port\n+ Support raw commands of Proxmark3 client(Official/Iceman)\n+ Have a friendly UI to test Mifare cards\n    + Support different card size(MINI, 1K, 2K, 4K)\n    + Easy to edit Mifare block data\n    + Easy to read all/selected blocks with well-designed read logic\n    + Easy to write all/selected blocks\n    + Support binary(.bin .dump) files and text(.eml) files\n    + Analyze Access Bits\n    + Support Chinese Magic Card\n+ Have basic support for LF commands\n+ Customize UI  \n+ ...  \n\n***\n\n## Preview\n![preview](doc/README/preview.png)  \n\n[more previews](doc/preview/previews.md)  \n\n***\n\n## About Compiled Windows clients\n\nA cool guy [Gator96100](https://github.com/Gator96100) creates [ProxSpace](https://github.com/Gator96100/ProxSpace) and makes it possible to compile both the firmware and the client on Windows.  \nAlso, he makes the [pre-compiled Windows client](https://www.proxmarkbuilds.org/) so you can download it and run your PM3 client on Windows instantly.  \nI 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.  \nGreat thanks to him.  \n\n***\n\n## Download binaries for Windows \nYou can download pre-built Windows binaries in [release](https://github.com/wh201906/Proxmark3GUI/releases) page  \n`Vx.x.x-win64.7z` only contains the GUI  \n`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`  \n\nYou can also download them in SourceForge  \n[![Download Proxmark3GUI](https://a.fsdn.com/con/app/sf-download-button)](https://sourceforge.net/projects/proxmark3gui/files/latest/download)  \n\n## Build on Linux\n```\ncd ~\nsudo apt-get update\nsudo apt-get install git build-essential\nsudo apt-get install qt5-default libqt5serialport5-dev\ngit clone https://github.com/wh201906/Proxmark3GUI.git --depth=1\ncd Proxmark3GUI\nmkdir build \u0026\u0026 cd build\nqmake ../src\nmake -j4 \u0026\u0026 make clean\n./Proxmark3GUI\n```\n\n## Build on macOS\n```\ncd ~\nbrew update\nbrew install qt@5\nbrew link qt5 --force\ngit clone https://github.com/wh201906/Proxmark3GUI.git --depth=1\ncd Proxmark3GUI\nmkdir build \u0026\u0026 cd build\nqmake ../src\nmake -j4 \u0026\u0026 make clean\nopen Proxmark3GUI.app\n```\n\n\u003e In order for the GUI to connect to the device in macOS, you'd need to tweak the settings a little bit\n\n![macOS_settings](doc/README/macOS_settings.png)\n\n***\n\n## Tutorial\n\n[1.Quickstart](doc/tutorial/Quickstart/quickstart.md)  \n[2.Work with ProxSpace](doc/tutorial/Work_With_ProxSpace/work_with_proxspace.md)  \n[3.Edit Mifare Classic data](doc/tutorial/Edit_Mifare_Classic_data/Edit_Mifare_Classic_data.md)(Proxmark3 hardware is not necessary)  \n\n***\n\n## Change Log\n[Change Log](CHANGELOG.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwh201906%2Fproxmark3gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwh201906%2Fproxmark3gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwh201906%2Fproxmark3gui/lists"}