fix: 'hf mf hardnested' - not verify key when reading nonce file

This commit is contained in:
iceman1001 2019-04-09 17:14:47 +02:00
commit 87660df8f2

View file

@ -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);