some text changes.

This commit is contained in:
iceman1001 2016-08-24 14:58:50 +02:00
parent 760157f50b
commit ba1324a5fe

View file

@ -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);