From 6f3f5d2d838c0bdf958828825c0c20da8706e229 Mon Sep 17 00:00:00 2001 From: Fl0-0 Date: Fri, 25 Oct 2019 14:53:08 +0200 Subject: [PATCH] Fix for hf mf autopwn #db# AcquireNonces: Auth1 error loop, revert commit abb011c --- client/cmdhfmf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index 16e4029db..47b591875 100644 --- a/client/cmdhfmf.c +++ b/client/cmdhfmf.c @@ -1967,7 +1967,7 @@ static int CmdHF14AMfAutoPWN(const char *Cmd) { // Store valid credentials for the nested / hardnested attack if none exist if (know_target_key == false) { - num_to_bytes(e_sector[i].Key[j], 6, tmp_key); + num_to_bytes(e_sector[i].Key[j], 6, key); know_target_key = true; blockNo = i; keyType = j;