From 68a71eebb7db0a2030235f2d8db67d17844349eb Mon Sep 17 00:00:00 2001 From: noproto Date: Wed, 2 Oct 2024 00:33:58 -0400 Subject: [PATCH] Update README.md with feature goals --- ReadMe.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 57f0e9ce9..e1e4a6a39 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -28,8 +28,15 @@ Coming from other custom firmware, you'll get: # Xero features -* Ultralight C attacks (coming soon!) -* Minimal theme (coming soon!) +* **MIFARE Classic Key recovery improvements** + * *MIFARE Classic Accelerated dictionary attack*: dictionary attacks reduced to several seconds - checks ~3500 keys per second + * *MIFARE Classic Nested attack support*: collects nested nonces to be cracked by MFKey + * *MIFARE Classic Static encrypted backdoor support*: collects static encrypted nonces to be cracked by MFKey using NXP/Fudan backdoor +* **MFKey 3.0**: Mfkey32, Static Nested, and Static Encrypted attacks all on your Flipper Zero (coming soon!) +* **MIFARE Ultralight C Dictionary attack** (coming soon!) +* **MIFARE Ultralight C Emulation** (coming soon!) +* **NFC app memory improvements** (coming soon!) +* **Minimal theme** (coming soon!) # Contributing