Skip to content

Commit c336cdc

Browse files
authored
Merge pull request #2668 from Antiklesys/master
Added unhash instructions after legbrute
2 parents ca15bbd + e4a3a24 commit c336cdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/cmdhficlass.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4152,6 +4152,7 @@ static int CmdHFiClassLegRecLookUp(const char *Cmd) {
41524152
}
41534153
if (check_values) {
41544154
PrintAndLogEx(SUCCESS, _GREEN_("CONFIRMED VALID RAW key ") _RED_("%s"), sprint_hex(div_key, 8));
4155+
PrintAndLogEx(INFO, "You can now run -> "_YELLOW_("hf iclass unhash -k %s")" <-to find the pre-images.", sprint_hex(div_key, 8));
41554156
verified = true;
41564157
} else {
41574158
PrintAndLogEx(INFO, _YELLOW_("Raw Key Invalid"));

0 commit comments

Comments
 (0)