diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index c25ba32bb..a8a1eb804 100644 --- a/client/cmdhfmf.c +++ b/client/cmdhfmf.c @@ -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);