Update cmdhficlass.c

Signed-off-by: Antiklesys <syselkitna@gmail.com>
This commit is contained in:
Antiklesys 2024-10-01 23:33:35 +08:00 committed by GitHub
commit 190a88c61f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4183,7 +4183,7 @@ static int CmdHFiClassUnhash(const char *Cmd) {
invert_hash0(div_key);
PrintAndLogEx(SUCCESS, "You can now retrieve the master key with hashcat!");
PrintAndLogEx(SUCCESS, "You can now retrieve the master key by cracking DES with hashcat!");
PrintAndLogEx(NORMAL, "");
return PM3_SUCCESS;