Merged
Conversation
MIFARE Plus SL3 reader, dumper and emulator. Identifies cards, recovers per-sector keys via dictionary attack, dumps blocks, and emulates the card with optional write-back. Source: https://github.com/Defensor7/flipperzero-mfp-reader
xMasterX
approved these changes
Apr 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
MIFARE Plus SL3 reader, dumper and emulator. Identifies cards, recovers per-sector keys via dictionary attack, dumps blocks, and emulates the card with optional write-back.
Source: https://github.com/Defensor7/flipperzero-mfp-reader
Application Submission
Initial release of MFP Reader v1.0 — a standalone Flipper Zero application for working with MIFARE Plus SL3 smart cards.
The app implements the full MFP SL3 protocol over ISO 14443-4A using only stock firmware APIs (no firmware modifications, no extra patches). AES-128 is provided by a bundled tiny-AES-c library because mbedtls is not exported from the Flipper firmware.
Features
.dicfiles dropped intoapps_data/mfp_reader/.mfptext format with editable file names and a duplicate-name validatorThe dictionary attack uses an optimization that tracks the last successful KeyA and KeyB and tries them first on each new sector — typical cards reuse the same key set, so most sectors auth in a single attempt instead of a full dictionary pass.
Tested on
Extra Requirements
None. No external hardware add-ons, no patched firmware, no extra dependencies. Builds with stock uFBT and runs on any Flipper Zero with firmware API 87.1 or newer.
Author Checklist (Fill this out)
python3 tools/bundle.py --nolint applications/CATEGORY/APPID/manifest.yml bundle.zipReviewer Checklist (Don't fill this out)