This commit is contained in:
iceman1001
2020-06-09 16:46:46 +02:00
parent 241309291b
commit 5ada65bb20
2 changed files with 9 additions and 0 deletions

View File

@@ -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:");

View File

@@ -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 ++)