modified: client/dictionaries/mfc_default_keys.dic

This commit is contained in:
colonelborkmundus 2023-01-18 11:36:07 -05:00
commit d96cef2b50
3 changed files with 760 additions and 743 deletions

View file

@ -1909,3 +1909,20 @@ D144BD193063
# Keys Swim # Keys Swim
8627C10A7014 8627C10A7014
453857395635 453857395635
#
##########################################
#
# added by colonelborkmundus
# "the more, the marriott" mifare project
#
# mifare classic 1k - graduate hotel
0D258FE90296
17193709ADF4
#
# mifare classic 1K - marriott

View file

@ -318,7 +318,7 @@ int applyIso14443a(char *exp, size_t size, uint8_t *cmd, uint8_t cmdsize, bool i
snprintf(exp, size, "AUTH-B(%d)", cmd[1]); snprintf(exp, size, "AUTH-B(%d)", cmd[1]);
break; break;
} }
case MIFARE_MAGIC_GDM_AUTH_KEYA:{ case MIFARE_MAGIC_GDM_AUTH_KEYA: {
if (cmdsize > 3) { if (cmdsize > 3) {
snprintf(exp, size, "MAGIC AUTH-A(%d)", cmd[1]); snprintf(exp, size, "MAGIC AUTH-A(%d)", cmd[1]);
MifareAuthState = masNt; MifareAuthState = masNt;