Add hint for iClass in hf search

This commit is contained in:
Eric Betts 2024-01-01 09:15:35 -08:00
parent 2e7be4faba
commit aa0ea47289

View file

@ -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;
}
}