some text changes.
This commit is contained in:
@@ -246,8 +246,7 @@ start:
|
||||
uint64_t key64 = 0;
|
||||
int res = mfCheckKeys(blockNo, keytype - 0x60 , false, 1, keyblock, &key64);
|
||||
if ( res > 0 ) {
|
||||
PrintAndLog("Candidate Key found (%012"llx")", r_key);
|
||||
PrintAndLog("Failing is expected to happen. Trying again ...");
|
||||
PrintAndLog("Candidate Key found (%012"llx") - Test authentication failed. Starting over darkside attack", r_key);
|
||||
goto start;
|
||||
}
|
||||
PrintAndLog("Found valid key: %012"llx" \n", r_key);
|
||||
|
||||
Reference in New Issue
Block a user