Skip to content

Commit

Permalink
Merge pull request #2549 from Antiklesys/master
Browse files Browse the repository at this point in the history
unhash hints for next steps
  • Loading branch information
iceman1001 authored Oct 1, 2024
2 parents 5c5bfe5 + 190a88c commit cf6d5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/cmdhficlass.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cf6d5e5

Please sign in to comment.