mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-09 03:00:07 -04:00
modified: client/dictionaries/mfc_default_keys.dic
This commit is contained in:
@@ -1909,3 +1909,20 @@ D144BD193063
|
||||
# Keys Swim
|
||||
8627C10A7014
|
||||
453857395635
|
||||
#
|
||||
##########################################
|
||||
#
|
||||
# added by colonelborkmundus
|
||||
# "the more, the marriott" mifare project
|
||||
#
|
||||
# mifare classic 1k - graduate hotel
|
||||
0D258FE90296
|
||||
17193709ADF4
|
||||
#
|
||||
# mifare classic 1K - marriott
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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]);
|
||||
break;
|
||||
}
|
||||
case MIFARE_MAGIC_GDM_AUTH_KEYA:{
|
||||
case MIFARE_MAGIC_GDM_AUTH_KEYA: {
|
||||
if (cmdsize > 3) {
|
||||
snprintf(exp, size, "MAGIC AUTH-A(%d)", cmd[1]);
|
||||
MifareAuthState = masNt;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user