Added unhash instructions after legbrute

Added unhash instructions after legbrute
This commit is contained in:
Antiklesys 2024-11-30 07:53:52 +08:00
commit e4a3a244ce

View file

@ -4152,6 +4152,7 @@ static int CmdHFiClassLegRecLookUp(const char *Cmd) {
} }
if (check_values) { if (check_values) {
PrintAndLogEx(SUCCESS, _GREEN_("CONFIRMED VALID RAW key ") _RED_("%s"), sprint_hex(div_key, 8)); PrintAndLogEx(SUCCESS, _GREEN_("CONFIRMED VALID RAW key ") _RED_("%s"), sprint_hex(div_key, 8));
PrintAndLogEx(INFO, "You can now run -> "_YELLOW_("hf iclass unhash -k %s")" <-to find the pre-images.", sprint_hex(div_key, 8));
verified = true; verified = true;
} else { } else {
PrintAndLogEx(INFO, _YELLOW_("Raw Key Invalid")); PrintAndLogEx(INFO, _YELLOW_("Raw Key Invalid"));