mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
CHG: textual change
This commit is contained in:
parent
77f3f9ff5c
commit
2618e313bf
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ start:
|
||||||
uint64_t key64 = 0;
|
uint64_t key64 = 0;
|
||||||
int res = mfCheckKeys(blockNo, keytype - 0x60 , false, 1, keyblock, &key64);
|
int res = mfCheckKeys(blockNo, keytype - 0x60 , false, 1, keyblock, &key64);
|
||||||
if ( res > 0 ) {
|
if ( res > 0 ) {
|
||||||
PrintAndLog("Candidate Key found (%012"llx") - Test authentication failed. Starting over darkside attack", r_key);
|
PrintAndLog("Candidate Key found (%012"llx") - Test authentication failed. [%d] Restarting darkside attack", r_key, res);
|
||||||
goto start;
|
goto start;
|
||||||
}
|
}
|
||||||
PrintAndLog("Found valid key: %012"llx" \n", r_key);
|
PrintAndLog("Found valid key: %012"llx" \n", r_key);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue