added another hint

This commit is contained in:
iceman1001 2024-09-10 21:33:21 +02:00
commit 4c73863496

View file

@ -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;
}