From 091b76b16330cfc0e2414068a803d3bb41030d23 Mon Sep 17 00:00:00 2001 From: Antiklesys Date: Tue, 1 Oct 2024 23:32:00 +0800 Subject: [PATCH] unhash hints for next steps Added hints for next steps --- 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 a73e16ff0..ca7968337 100644 --- a/client/src/cmdhficlass.c +++ b/client/src/cmdhficlass.c @@ -4183,7 +4183,7 @@ static int CmdHFiClassUnhash(const char *Cmd) { invert_hash0(div_key); - // iceman: add hint for next step? + PrintAndLogEx(SUCCESS, "You can now retrieve the master key with hashcat!"); PrintAndLogEx(NORMAL, ""); return PM3_SUCCESS;