mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
modified: client/dictionaries/mfc_default_keys.dic
This commit is contained in:
parent
e1902ffa96
commit
d96cef2b50
3 changed files with 760 additions and 743 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue