From ba1324a5feddd5f9f7d7328f60202f93116c11bb Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 24 Aug 2016 14:58:50 +0200 Subject: [PATCH] some text changes. --- client/cmdhfmf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index c25ba32b..a8a1eb80 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); -- 2.39.2