From e4a3a244ce3c557d1b1e09174c0ca25f709efe3e Mon Sep 17 00:00:00 2001 From: Antiklesys Date: Sat, 30 Nov 2024 07:53:52 +0800 Subject: [PATCH] Added unhash instructions after legbrute Added unhash instructions after legbrute --- client/src/cmdhficlass.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/cmdhficlass.c b/client/src/cmdhficlass.c index a7e215e1e..b701aeb19 100644 --- a/client/src/cmdhficlass.c +++ b/client/src/cmdhficlass.c @@ -4152,6 +4152,7 @@ static int CmdHFiClassLegRecLookUp(const char *Cmd) { } if (check_values) { PrintAndLogEx(SUCCESS, _GREEN_("CONFIRMED VALID RAW key ") _RED_("%s"), sprint_hex(div_key, 8)); + PrintAndLogEx(INFO, "You can now run -> "_YELLOW_("hf iclass unhash -k %s")" <-to find the pre-images.", sprint_hex(div_key, 8)); verified = true; } else { PrintAndLogEx(INFO, _YELLOW_("Raw Key Invalid"));