diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index a70f6ce9..da43c9d7 100644 --- a/client/cmdhfmf.c +++ b/client/cmdhfmf.c @@ -1224,9 +1224,11 @@ int CmdHF14AMfChk(const char *Cmd) bytes_to_num(foundKey[0][i], 6), validKey[0][i]?1:0, bytes_to_num(foundKey[1][i], 6), validKey[1][i]?1:0); } PrintAndLog("|---|----------------|---|----------------|---|"); + } else { + PrintAndLog(""); + PrintAndLog("No valid keys found."); } - if (transferToEml) { uint8_t block[16]; for (uint16_t sectorNo = 0; sectorNo < SectorsCnt; sectorNo++) {