Skip to content

Commit

Permalink
Update cmdhficlass.c
Browse files Browse the repository at this point in the history
Signed-off-by: Antiklesys <syselkitna@gmail.com>
  • Loading branch information
Antiklesys authored Sep 17, 2024
1 parent 3c25882 commit f24b087
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions client/src/cmdhficlass.c
Original file line number Diff line number Diff line change
Expand Up @@ -3890,13 +3890,6 @@ static int CmdHFiClassRecover(uint8_t key[8]) {
return resp.status;
}

}
}
}

return NULL;
}

void generate_key_block_inverted(const uint8_t *startingKey, uint64_t index, uint8_t *keyBlock) {
uint64_t carry = index;
memcpy(keyBlock, startingKey, PICOPASS_BLOCK_SIZE);
Expand Down Expand Up @@ -4059,7 +4052,7 @@ static int CmdHFiClassLegRecLookUp(const char *Cmd) {
PrintAndLogEx(SUCCESS, _GREEN_("CONFIRMED VALID RAW key ") _RED_("%s"), sprint_hex(div_key, 8));
verified = true;
}else{
PrintAndLogEx(INFO, _YELLOW_("Found potentially valid RAW key ") _GREEN_("%s")_YELLOW_(" verifying it..."), sprint_hex(div_key, 8));
PrintAndLogEx(INFO, _YELLOW_("Raw Key Invalid"));
}

}
Expand Down

0 comments on commit f24b087

Please sign in to comment.