Skip to content

Commit

Permalink
added another hint
Browse files Browse the repository at this point in the history
  • Loading branch information
iceman1001 committed Sep 10, 2024
1 parent d9a5445 commit 4c73863
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/src/cmdhfmfu.c
Original file line number Diff line number Diff line change
Expand Up @@ -2678,6 +2678,11 @@ static int CmdHF14AMfUInfo(const char *Cmd) {
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;
}
Expand Down

0 comments on commit 4c73863

Please sign in to comment.