mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-05 04:25:20 +08:00
Add hint for iClass in hf search
This commit is contained in:
parent
2e7be4faba
commit
aa0ea47289
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue