mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -07:00
textual
This commit is contained in:
parent
9476303107
commit
46cbbe8d05
1 changed files with 2 additions and 2 deletions
|
@ -1814,9 +1814,9 @@ int CmdT55xxRecoverPW(const char *Cmd) {
|
||||||
PrintAndLogEx(NORMAL, "");
|
PrintAndLogEx(NORMAL, "");
|
||||||
|
|
||||||
if (found == 1)
|
if (found == 1)
|
||||||
PrintAndLogEx(NORMAL, "Found valid password: [%08x]", curr_password);
|
PrintAndLogEx(SUCCESS, "Found valid password: [%08x]", curr_password);
|
||||||
else
|
else
|
||||||
PrintAndLogEx(NORMAL, "Password NOT found.");
|
PrintAndLogEx(WARNING, "Password NOT found.");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue