mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-26 00:55:19 +08:00
lf search - textual
This commit is contained in:
parent
10c9ea5f84
commit
7b2adb1305
1 changed files with 4 additions and 4 deletions
|
@ -1363,16 +1363,16 @@ int CmdLFfind(const char *Cmd) {
|
|||
return PM3_ESOFT;
|
||||
}
|
||||
|
||||
if (search_cont) {
|
||||
PrintAndLogEx(INFO, "Continuous search enabled");
|
||||
}
|
||||
|
||||
PrintAndLogEx(NORMAL, "");
|
||||
PrintAndLogEx(INFO, "NOTE: some demods output possible binary");
|
||||
PrintAndLogEx(INFO, "if it finds something that looks like a tag");
|
||||
PrintAndLogEx(INFO, "False Positives " _YELLOW_("ARE") " possible");
|
||||
PrintAndLogEx(INFO, "");
|
||||
PrintAndLogEx(INFO, "Checking for known tags...");
|
||||
if (search_cont)
|
||||
PrintAndLogEx(INFO, "We'll go over all possible demods");
|
||||
else
|
||||
PrintAndLogEx(INFO, "We'll stop at first hit");
|
||||
PrintAndLogEx(INFO, "");
|
||||
|
||||
// only run these tests if device is online
|
||||
|
|
Loading…
Reference in a new issue