We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9083623 commit b5dcdc6Copy full SHA for b5dcdc6
client/src/cmdhfmf.c
@@ -9724,7 +9724,7 @@ static int CmdHF14AMfInfo(const char *Cmd) {
9724
&& card.sak == 0x28 && memcmp(blockdata + 5, "\x28\x04\x00\x90\x53\xB7\x0C\x00\x00\x00\x00", 11) == 0) {
9725
// Note: it also has ATS =
9726
// 10 78 80 B0 02 20 90 00 00 00 00 00 + UID + CRC
9727
- PrintAndLogEx(SUCCESS, "Fudan FM1208-10");
+ PrintAndLogEx(SUCCESS, "Fudan FM1216-137");
9728
9729
} else if (fKeyType == MF_KEY_BD && memcmp(fkey, k08, sizeof(fkey)) == 0
9730
0 commit comments