From ab84cb459aa25d75cb73ce4f8c7883939777fa0d Mon Sep 17 00:00:00 2001 From: Antiklesys Date: Thu, 5 Jun 2025 20:57:47 +0800 Subject: [PATCH] Update cmdhficlass.c Signed-off-by: Antiklesys --- client/src/cmdhficlass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhficlass.c b/client/src/cmdhficlass.c index 1cfe1f636..ac0a77fc1 100644 --- a/client/src/cmdhficlass.c +++ b/client/src/cmdhficlass.c @@ -4931,7 +4931,7 @@ static int CmdHFiClassLegacyRecover(const char *Cmd) { PrintAndLogEx(INFO, "Press " _GREEN_("pm3 button") " to abort"); PrintAndLogEx(INFO, "--------------- " _CYAN_("start") " -----------------\n"); - iclass_recover(macs, index, loop, no_first_auth, debug, test, allnight); + iclass_recover(macs, index, loop, no_first_auth, debug, test, fast, allnight); PrintAndLogEx(NORMAL, ""); PrintAndLogEx(WARNING, _YELLOW_("If the process completed successfully, you can now run 'hf iclass legbrute' with the partial key found."));