mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
chg: friendly exit message (@marshmellow42)
This commit is contained in:
parent
9581317d3a
commit
adb1b90580
1 changed files with 3 additions and 1 deletions
|
@ -870,6 +870,8 @@ int CmdLFfind(const char *Cmd) {
|
||||||
// 26 === RHT2F_UID_ONLY
|
// 26 === RHT2F_UID_ONLY
|
||||||
if (CmdLFHitagReader("26") == 0) { PrintAndLogEx(SUCCESS, "\nValid Hitag Found!"); return 1;}
|
if (CmdLFHitagReader("26") == 0) { PrintAndLogEx(SUCCESS, "\nValid Hitag Found!"); return 1;}
|
||||||
if (CmdCOTAGRead("") > 0) { PrintAndLogEx(SUCCESS, "\nValid COTAG ID Found!"); return 1;}
|
if (CmdCOTAGRead("") > 0) { PrintAndLogEx(SUCCESS, "\nValid COTAG ID Found!"); return 1;}
|
||||||
|
|
||||||
|
PrintAndLogEx(FAILED, "\nNo Data Found! - maybe not an LF tag?");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -898,7 +900,7 @@ int CmdLFfind(const char *Cmd) {
|
||||||
//if (CmdFermaxDemod("")) { PrintAndLogEx(SUCCESS, "\nValid Fermax ID Found!"); goto out;}
|
//if (CmdFermaxDemod("")) { PrintAndLogEx(SUCCESS, "\nValid Fermax ID Found!"); goto out;}
|
||||||
// TIdemod? flexdemod?
|
// TIdemod? flexdemod?
|
||||||
|
|
||||||
PrintAndLogEx(FAILED, "\nno known 125/134 KHz tags Found!\n");
|
PrintAndLogEx(FAILED, "\nNo known 125/134 KHz tags Found!\n");
|
||||||
|
|
||||||
if (testRaw=='u' || testRaw=='U'){
|
if (testRaw=='u' || testRaw=='U'){
|
||||||
//test unknown tag formats (raw mode)
|
//test unknown tag formats (raw mode)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue