mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
added another hint
This commit is contained in:
parent
d9a5445c02
commit
4c73863496
1 changed files with 5 additions and 0 deletions
|
@ -2678,6 +2678,11 @@ out:
|
|||
PrintAndLogEx(INFO, "\nTag appears to be locked, try using a key to get more info");
|
||||
PrintAndLogEx(HINT, "Hint: try " _YELLOW_("`hf mfu pwdgen -r`") " to get see known pwd gen algo suggestions");
|
||||
}
|
||||
|
||||
if (tagtype & (MFU_TT_MAGIC_1A || MFU_TT_MAGIC_1B || MFU_TT_MAGIC_2)) {
|
||||
PrintAndLogEx(HINT, "Hint: try " _YELLOW_("`script run hf_mfu_setuid -h`") " to set UID");
|
||||
}
|
||||
|
||||
PrintAndLogEx(NORMAL, "");
|
||||
return PM3_SUCCESS;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue