From 5ada65bb204798f02a6f883d00cd2d1c8f6bb4bd Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 9 Jun 2020 16:46:46 +0200 Subject: [PATCH] textual --- client/src/cmdhfmf.c | 5 +++++ client/src/cmdhfmfp.c | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/client/src/cmdhfmf.c b/client/src/cmdhfmf.c index 24a7c9844..98d8ea42a 100644 --- a/client/src/cmdhfmf.c +++ b/client/src/cmdhfmf.c @@ -4525,6 +4525,11 @@ static int CmdHF14AMfMAD(const char *Cmd) { PrintAndLogEx(ERR, "error, read sector 0. card don't have MAD or don't have MAD on default keys"); return PM3_ESOFT; } + + + PrintAndLogEx(NORMAL, ""); + PrintAndLogEx(INFO, "--- " _CYAN_("MAD Information") " ---------------------------"); + PrintAndLogEx(INFO, "-------------------------------------------------------------"); if (verbose) { PrintAndLogEx(SUCCESS, "Raw:"); diff --git a/client/src/cmdhfmfp.c b/client/src/cmdhfmfp.c index b4cf4907f..51b7a1555 100644 --- a/client/src/cmdhfmfp.c +++ b/client/src/cmdhfmfp.c @@ -1327,6 +1327,10 @@ static int CmdHFMFPMAD(const char *Cmd) { return 2; } + PrintAndLogEx(NORMAL, ""); + PrintAndLogEx(INFO, "--- " _CYAN_("MAD Information") " ---------------------------"); + PrintAndLogEx(INFO, "-------------------------------------------------------------"); + if (verbose) { PrintAndLogEx(SUCCESS, "Raw:"); for (int i = 0; i < 4; i ++)