mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
hf iclass unhash improvements
Added more detailed instructions for next steps after unhashing
This commit is contained in:
parent
cf6d5e5d7b
commit
992dfdad48
1 changed files with 1 additions and 0 deletions
|
@ -4184,6 +4184,7 @@ static int CmdHFiClassUnhash(const char *Cmd) {
|
||||||
invert_hash0(div_key);
|
invert_hash0(div_key);
|
||||||
|
|
||||||
PrintAndLogEx(SUCCESS, "You can now retrieve the master key by cracking DES with hashcat!");
|
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, "");
|
PrintAndLogEx(NORMAL, "");
|
||||||
return PM3_SUCCESS;
|
return PM3_SUCCESS;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue