mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 21:04:47 +00:00
bugfix: hf mfu dump not working
This commit is contained in:
@@ -2148,7 +2148,7 @@ static int CmdHF14AMfUDump(const char *Cmd) {
|
||||
ul_print_type(tagtype, 0);
|
||||
PrintAndLogEx(SUCCESS, "Reading tag memory...");
|
||||
uint8_t keytype = 0;
|
||||
if (has_auth_key) {
|
||||
if (has_auth_key || has_pwd) {
|
||||
if (tagtype & UL_C)
|
||||
keytype = 1; //UL_C auth
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user