mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
fix: 'hf mf hardnested' - not verify key when reading nonce file
This commit is contained in:
parent
28021ec17b
commit
87660df8f2
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue