unhash hints for next steps

Added hints for next steps
This commit is contained in:
Antiklesys 2024-10-01 23:32:00 +08:00
commit 091b76b163

View file

@ -4183,7 +4183,7 @@ static int CmdHFiClassUnhash(const char *Cmd) {
invert_hash0(div_key); invert_hash0(div_key);
// iceman: add hint for next step? PrintAndLogEx(SUCCESS, "You can now retrieve the master key with hashcat!");
PrintAndLogEx(NORMAL, ""); PrintAndLogEx(NORMAL, "");
return PM3_SUCCESS; return PM3_SUCCESS;