From aa0ea47289607e84c6382be9a3641f6d34f38836 Mon Sep 17 00:00:00 2001 From: Eric Betts Date: Mon, 1 Jan 2024 09:15:35 -0800 Subject: [PATCH] Add hint for iClass in `hf search` --- client/src/cmdhf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/cmdhf.c b/client/src/cmdhf.c index 366ba219d..c0ae5f3da 100644 --- a/client/src/cmdhf.c +++ b/client/src/cmdhf.c @@ -175,6 +175,7 @@ int CmdHFSearch(const char *Cmd) { if (IfPm3Iclass()) { if (read_iclass_csn(false, false, false) == PM3_SUCCESS) { PrintAndLogEx(SUCCESS, "\nValid " _GREEN_("iCLASS tag / PicoPass tag") " found\n"); + PrintAndLogEx(HINT, "Hint: try " _YELLOW_("`hf iclass`") " commands\n"); res = PM3_SUCCESS; } }