mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
hf iclass unhash improvements
Added more detailed instructions for next steps after unhashing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user