diff --git a/client/src/cmdhfmf.c b/client/src/cmdhfmf.c index c2d20cb4c..fb3d80218 100644 --- a/client/src/cmdhfmf.c +++ b/client/src/cmdhfmf.c @@ -2923,6 +2923,7 @@ static int CmdHF14AMfAutoPWN(const char *Cmd) { noValidKeyFound: PrintAndLogEx(FAILED, "No usable key was found!"); + PrintAndLogEx(HINT, "try `" _YELLOW_("hf mf autopwn -f mfc_default_keys")"` i.e. the Randy special"); free(keyBlock); free(e_sector); free(fptr);