mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
hf mf info, added a hint for static encrypted nonce
This commit is contained in:
parent
d905ea480e
commit
3f79459689
1 changed files with 4 additions and 1 deletions
|
@ -9860,7 +9860,6 @@ static int CmdHF14AMfInfo(const char *Cmd) {
|
||||||
PrintAndLogEx(SUCCESS, "Static nonce... " _YELLOW_("yes"));
|
PrintAndLogEx(SUCCESS, "Static nonce... " _YELLOW_("yes"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (res == NONCE_NORMAL) {
|
if (res == NONCE_NORMAL) {
|
||||||
// not static
|
// not static
|
||||||
res = detect_classic_prng();
|
res = detect_classic_prng();
|
||||||
|
@ -9903,6 +9902,10 @@ static int CmdHF14AMfInfo(const char *Cmd) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (res == NONCE_STATIC_ENC) {
|
||||||
|
PrintAndLogEx(HINT, "try `" _YELLOW_("script run fm11rf08s_recovery.py") "`");
|
||||||
|
}
|
||||||
|
|
||||||
if (setDeviceDebugLevel(dbg_curr, false) != PM3_SUCCESS) {
|
if (setDeviceDebugLevel(dbg_curr, false) != PM3_SUCCESS) {
|
||||||
return PM3_EFAILED;
|
return PM3_EFAILED;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue