mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-24 16:14:59 +08:00
Merge pull request #1435 from AxisRay/fix-cmd-error
bugfix: hf mfu dump not working
This commit is contained in:
commit
4c54d09894
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…
Reference in a new issue