From 3baf5acc6fe3cf15cbd05bd8605238b9c90fc212 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 15 Jan 2024 17:35:00 +0100 Subject: [PATCH] text --- client/src/cmdhf15.c | 2 +- client/src/cmdhfmf.c | 2 +- client/src/cmdhfmfu.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/cmdhf15.c b/client/src/cmdhf15.c index 77e6534f5..5359a5a0b 100644 --- a/client/src/cmdhf15.c +++ b/client/src/cmdhf15.c @@ -2637,7 +2637,7 @@ static int CmdHF15Restore(const char *Cmd) { DropField(); PrintAndLogEx(NORMAL, ""); - PrintAndLogEx(HINT, "try `" _YELLOW_("hf 15 dump --ns") "` to read your card to verify"); + PrintAndLogEx(HINT, "try `" _YELLOW_("hf 15 dump --ns") "` to verify"); PrintAndLogEx(INFO, "Done!"); return PM3_SUCCESS; } diff --git a/client/src/cmdhfmf.c b/client/src/cmdhfmf.c index 8a158f3b8..cc8aa503c 100644 --- a/client/src/cmdhfmf.c +++ b/client/src/cmdhfmf.c @@ -818,7 +818,6 @@ static int mfLoadKeys(uint8_t **pkeyBlock, uint32_t *pkeycnt, uint8_t *userkey, *pkeycnt += loaded_numKeys; free(keyBlock_tmp); } - PrintAndLogEx(SUCCESS, "loaded " _GREEN_("%u") " keys from dictionary", loaded_numKeys); } return PM3_SUCCESS; } @@ -1562,6 +1561,7 @@ out: free(keyB); PrintAndLogEx(INFO, "-----+-------------------------------------------------+----------------"); PrintAndLogEx(NORMAL, ""); + PrintAndLogEx(HINT, "try `" _YELLOW_("hf mf dump --ns") "` to verify"); PrintAndLogEx(INFO, "Done!"); return PM3_SUCCESS; } diff --git a/client/src/cmdhfmfu.c b/client/src/cmdhfmfu.c index 7d4e24f1e..b573daf35 100644 --- a/client/src/cmdhfmfu.c +++ b/client/src/cmdhfmfu.c @@ -2743,7 +2743,6 @@ static int CmdHF14AMfUDump(const char *Cmd) { if (is_partial) { PrintAndLogEx(WARNING, "Partial dump created. (%d of %d blocks)", pages, card_mem_size); } - return PM3_SUCCESS; } @@ -3108,7 +3107,8 @@ static int CmdHF14AMfURestore(const char *Cmd) { DropField(); free(dump); - PrintAndLogEx(INFO, "Restore finished"); + PrintAndLogEx(HINT, "try `" _YELLOW_("hf mfu dump --ns") "` to verify"); + PrintAndLogEx(INFO, "Done!"); return PM3_SUCCESS; } //