From 091b76b16330cfc0e2414068a803d3bb41030d23 Mon Sep 17 00:00:00 2001 From: Antiklesys Date: Tue, 1 Oct 2024 23:32:00 +0800 Subject: [PATCH 1/2] 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; From 190a88c61f08c615992fa93cbac6c636f83b8b0a Mon Sep 17 00:00:00 2001 From: Antiklesys Date: Tue, 1 Oct 2024 23:33:35 +0800 Subject: [PATCH 2/2] 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 ca7968337..47e8c5def 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); - PrintAndLogEx(SUCCESS, "You can now retrieve the master key with hashcat!"); + PrintAndLogEx(SUCCESS, "You can now retrieve the master key by cracking DES with hashcat!"); PrintAndLogEx(NORMAL, ""); return PM3_SUCCESS;