Merge pull request #2550 from Antiklesys/master

hf iclass unhash improvements
This commit is contained in:
Iceman 2024-10-01 20:53:24 +03:00 committed by GitHub
commit 57ae16756d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;