mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 12:59:44 -07:00
hf search: add support for Legic tags
This commit is contained in:
parent
297bc2ce09
commit
c26c29083a
1 changed files with 5 additions and 0 deletions
|
@ -66,6 +66,11 @@ int CmdHFSearch(const char *Cmd){
|
||||||
PrintAndLog("\nValid ISO14443B Tag Found - Quiting Search\n");
|
PrintAndLog("\nValid ISO14443B Tag Found - Quiting Search\n");
|
||||||
return ans;
|
return ans;
|
||||||
}
|
}
|
||||||
|
ans = CmdLegicRFRead("");
|
||||||
|
if (ans == 0) {
|
||||||
|
PrintAndLog("\nValid Legic Tag Found - Quiting Search\n");
|
||||||
|
return ans;
|
||||||
|
}
|
||||||
PrintAndLog("\nno known/supported 13.56 MHz tags found\n");
|
PrintAndLog("\nno known/supported 13.56 MHz tags found\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue