diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index 4706017cb..dc2dee7b7 100644 --- a/client/cmdhfmf.c +++ b/client/cmdhfmf.c @@ -1471,7 +1471,7 @@ int CmdHF14AMfNestedHard(const char *Cmd) { cmdp++; } - if (!know_target_key) { + if (!know_target_key && nonce_file_read == false) { uint64_t key64 = 0; // check if we can authenticate to sector int res = mfCheckKeys(blockNo, keyType, true, 1, key, &key64);