Nfc Magic¶
-
Nfc Magic for NFC
Application for writing to NFC tags with modifiable sector 0
-
Information about application
- Author: @AloneLiberty
- Version: 1.14
- Updated at: 2024-06-17
- Downloads: 0
Description¶
NFC Magic¶
This application allows you to check whether your NFC card is Magic, write data to Magic cards, and restore them to their original state.
What's a "Magic" Card?¶
A Magic card is a card that allows you to change its UID. Generally, NFC cards have a UID pre-programmed at the factory, and it cannot be changed. However, some cards have a special backdoor feature that allows you to change the UID. These cards are called Magic cards.
Supported Cards¶
Currently, not all Magic cards are supported. The following cards are supported:
- Mifare Classic 1K/4K Gen1A/Gen1B (including OTP versions)
- Mifare Classic 1K/4K Gen2 (DirectWrite/CUID/FUID/UFUID)
- Ultimate Magic Card (Gen4 GTU)
For the Gen4 cards, both the Ultralight and the Classic modes are supported, with the ability to select a custom password.
The following cards are currently not supported:
- Mifare Classic 1K/4K Gen3 (APDU)
- Mifare Classic Magic Gen4 (GDM)
- Supercard (Gen1 and Gen2)
- Mifare Ultralight Gen1A/Gen1B (including OTP versions)
- Mifare Ultralight DirectWrite
- Mifare Ultralight EV1 DirectWrite
- Mifare Ultralight C Gen1
- Mifare Ultralight C DirectWrite
- NTAG (all versions)
- DESFire (all versions)
- NFC-V/ISO15693 Magic Cards (all versions)
Changelog¶
1.14¶
- Update for new API
1.13¶
- Support for dumping Gen1 cards
- Minor error screen changes
1.12¶
- Removed call to legacy SDK API
1.11¶
- Fixed Mifare Ultralight types with latest API update
1.10¶
- Fixed the user dictionary dictionary attack results being discarded
1.9¶
- Get revision, get config moved into main Gen4 menu
- New function: Set Gen4 card shadow mode
- New function: Set Gen4 card direct write to block 0 mode
- Fixed: back button did not allow to exit from some scenes while the card is next to the Flipper HF RFID antenna
- Gen4 protocol refactor
- Gen4 UI refactor
1.8¶
- Ultralight Various fixes and improvements
1.7¶
- Gen2/CUID write support
1.6¶
- Rework with new bit lib API
1.5¶
- Fix incorrect max sector configuration
1.4¶
- Auth with password option moved into new submenu "Gen4 actions"
- New function: Get gen4 card revision
- New function: Get gen4 card config (shows only when debug ON)
- New function: Set default config: for 06 A0 gen4 cards "revival". This revision of the cards may "fall into a coma" when interacting with it. In this state, she does not respond to any commands. This problem is solved by writing a standard config to the card
1.3¶
- Fix incorrect gen4 password usage
1.2¶
- Minimal changes for recent API updates
1.1¶
- Rework application with new NFC API
1.0¶
- Initial release