mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Added unhash instructions after legbrute
Added unhash instructions after legbrute
This commit is contained in:
parent
b75818116a
commit
e4a3a244ce
1 changed files with 1 additions and 0 deletions
|
@ -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"));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue