Merge pull request #2668 from Antiklesys/master

Added unhash instructions after legbrute
This commit is contained in:
Iceman 2024-12-02 20:14:36 +01:00 committed by GitHub
commit c336cdc931
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"));