From fc5feffa4b691e437d7be1e59cccbe434d0eace3 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 11 Jun 2020 19:23:15 +0200 Subject: [PATCH] color --- client/src/cmdsmartcard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdsmartcard.c b/client/src/cmdsmartcard.c index 2931b33fd..009e876c8 100644 --- a/client/src/cmdsmartcard.c +++ b/client/src/cmdsmartcard.c @@ -712,7 +712,7 @@ static int CmdSmartInfo(const char *Cmd) { memcpy(&card, (smart_card_atr_t *)resp.data.asBytes, sizeof(smart_card_atr_t)); // print header - PrintAndLogEx(INFO, "--- Smartcard Information ---------"); + PrintAndLogEx(INFO, "--- " _CYAN_("Smartcard Information") " ---------"); PrintAndLogEx(INFO, "-------------------------------------------------------------"); PrintAndLogEx(INFO, "ISO7618-3 ATR : %s", sprint_hex(card.atr, card.atr_len)); PrintAndLogEx(INFO, "http://smartcard-atr.apdu.fr/parse?ATR=%s", sprint_hex_inrow(card.atr, card.atr_len));