mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07:00
bugfix: hf mfu dump not working
This commit is contained in:
parent
886e93d106
commit
5e1cfa56c0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue