Skip to content

Commit

Permalink
No more FM1216-137, or maybe still...
Browse files Browse the repository at this point in the history
  • Loading branch information
doegox committed Nov 12, 2024
1 parent b4a3109 commit fcca67b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions client/src/cmdhfmf.c
Original file line number Diff line number Diff line change
Expand Up @@ -9719,13 +9719,6 @@ static int CmdHF14AMfInfo(const char *Cmd) {
// Note: it also has ATS =
// 10 78 80 90 02 20 90 00 00 00 00 00 + UID + CRC
PrintAndLogEx(SUCCESS, "Fudan FM1208-10");

} 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) {
// Note: it also has ATS =
// 10 78 80 B0 02 20 90 00 00 00 00 00 + UID + CRC
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) {
// Note: it also has ATS =
Expand Down

0 comments on commit fcca67b

Please sign in to comment.