-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add MFKey utility for NFC app flow #3943
base: dev
Are you sure you want to change the base?
Conversation
@noproto do you mind If we add missing part: nfc to mfkey integration? |
Also it does looks like couple APIs is missing |
@skotopes That would be very helpful, I've been trying to understand what API could be used to launch it and free the active application (NFC->MFKey, MFKey->NFC on exit if NFC launches it). It would be a seamless process without immediately needing to optimize the NFC app's memory usage. |
Detail: #3822 (comment) |
Should we continue with this one? |
@skotopes @RebornedBrain Yes. Some help is needed with launching the app from the NFC app, along with a return flow. The goal of this PR is to couple the key recovery with the NFC app, similar to In addition to the improvements we identified in PR 3822, I also am aiming to allow Nested to benefit from the cache file, and to fix a crash with ov-chipkaart. I've ordered an ov-chipkaart card to test with a week ago and it should be arriving shortly. Wr3nch was able to reproduce this crash. Side note to this PR: I'm creating a new PR soon for an Ultralight C dictionary attack. I already have it running on the Zero, I'm fixing a few minor issues before I PR it. The PR will include almost 50 3DES keys. We are additionally verifying and testing a new practical process to recover keys on UL-C tags. |
What's new
This PR supports PR #3822, and allows key recovery of MIFARE Classic smart cards to be performed fully on the Flipper Zero.
More information: #3874 (comment)
Verification
Checklist (For Reviewer)