From 53da4a25e14d718196fd5a20c9f59100fde9c862 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 19 Mar 2025 11:33:06 +0100 Subject: [PATCH] added the @ry4000 special --- client/src/cmdhfmf.c | 1 + 1 file changed, 1 insertion(+) 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);