From 3229f3efd0c7c57a760b879136f8f79be364c1a7 Mon Sep 17 00:00:00 2001 From: merlokk Date: Thu, 27 Jul 2017 19:19:42 +0300 Subject: [PATCH] nested. updated a debug messages --- client/cmdhfmf.c | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index 59ac3131..44ee0ed0 100644 --- a/client/cmdhfmf.c +++ b/client/cmdhfmf.c @@ -766,24 +766,9 @@ int CmdHF14AMfNested(const char *Cmd) } if (notFoundKeys) break; } - - - - - - - - - - - PrintAndLog("---- found key:"); - for (i = 0; i < SectorsCnt; i++) { - PrintAndLog("|%03d| %012" PRIx64 " | %d | %012" PRIx64 " | %d |", i, - e_sector[i].Key[0], e_sector[i].foundKey[0], e_sector[i].Key[1], e_sector[i].foundKey[1]); - } if (notFoundKeys) { - PrintAndLog("-----------------------------------------------\n"); + PrintAndLog("\n\n-----------------------------------------------\n"); PrintAndLog("We have unrecognized keys. Trying to check if we have this keys on key buffer..."); // fill keyBlock with known keys @@ -814,7 +799,7 @@ int CmdHF14AMfNested(const char *Cmd) } // try to auth with known keys to not recognized sectors keys - PrintAndLog("Testing keys. Sector count=%d", SectorsCnt); + PrintAndLog("Testing keys. Sector count=%d keys count:%d", SectorsCnt, cnt); for (i = 0; i < SectorsCnt; i++) { for (j = 0; j < 2; j++) { if (e_sector[i].foundKey[j]) continue;