Skip to content

Commit

Permalink
Merge pull request #2550 from Antiklesys/master
Browse files Browse the repository at this point in the history
hf iclass unhash improvements
  • Loading branch information
iceman1001 authored Oct 1, 2024
2 parents cf6d5e5 + 992dfda commit 57ae167
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/cmdhficlass.c
Original file line number Diff line number Diff line change
Expand Up @@ -4184,6 +4184,7 @@ static int CmdHFiClassUnhash(const char *Cmd) {
invert_hash0(div_key);

PrintAndLogEx(SUCCESS, "You can now retrieve the master key by cracking DES with hashcat!");
PrintAndLogEx(SUCCESS, "hashcat.exe -a 3 -m 14000 preimage:csn -1 charsets/DES_full.hcchr --hex-charset ?1?1?1?1?1?1?1?1");

PrintAndLogEx(NORMAL, "");
return PM3_SUCCESS;
Expand Down

0 comments on commit 57ae167

Please sign in to comment.