added the @ry4000 special

This commit is contained in:
iceman1001 2025-03-19 11:33:06 +01:00
commit 53da4a25e1

View file

@ -2923,6 +2923,7 @@ static int CmdHF14AMfAutoPWN(const char *Cmd) {
noValidKeyFound: noValidKeyFound:
PrintAndLogEx(FAILED, "No usable key was found!"); 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(keyBlock);
free(e_sector); free(e_sector);
free(fptr); free(fptr);