Merge pull request #2549 from Antiklesys/master

unhash hints for next steps
This commit is contained in:
Iceman
2024-10-01 18:44:08 +03:00
committed by GitHub
+1 -1
View File
@@ -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 by cracking DES with hashcat!");
PrintAndLogEx(NORMAL, "");
return PM3_SUCCESS;