mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
sigh
This commit is contained in:
@@ -9724,7 +9724,7 @@ static int CmdHF14AMfInfo(const char *Cmd) {
|
||||
&& card.sak == 0x28 && memcmp(blockdata + 5, "\x28\x04\x00\x90\x53\xB7\x0C\x00\x00\x00\x00", 11) == 0) {
|
||||
// Note: it also has ATS =
|
||||
// 10 78 80 B0 02 20 90 00 00 00 00 00 + UID + CRC
|
||||
PrintAndLogEx(SUCCESS, "Fudan FM1208-10");
|
||||
PrintAndLogEx(SUCCESS, "Fudan FM1216-137");
|
||||
|
||||
} else if (fKeyType == MF_KEY_BD && memcmp(fkey, k08, sizeof(fkey)) == 0
|
||||
&& card.sak == 0x28 && memcmp(blockdata + 5, "\x28\x04\x00\x90\x53\xB7\x0C\x00\x00\x00\x00", 11) == 0) {
|
||||
|
||||
Reference in New Issue
Block a user