textual
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user