From 2618e313bf9a72e6bceeceda17021025229919e5 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 16 Nov 2016 17:45:12 +0100 Subject: [PATCH] CHG: textual change --- client/cmdhfmf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index 7114945d..6b4d3a73 100644 --- a/client/cmdhfmf.c +++ b/client/cmdhfmf.c @@ -245,7 +245,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") - 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; } PrintAndLog("Found valid key: %012"llx" \n", r_key); -- 2.39.2