mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-06-04 19:32:01 +00:00
fix: wrong key copied
This commit is contained in:
+1
-1
@@ -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, key);
|
||||
num_to_bytes(e_sector[i].Key[j], 6, tmp_key);
|
||||
know_target_key = true;
|
||||
blockNo = i;
|
||||
keyType = j;
|
||||
|
||||
Reference in New Issue
Block a user