From f24b087c19d0c68e7530582077d2402508037a22 Mon Sep 17 00:00:00 2001 From: Antiklesys Date: Tue, 17 Sep 2024 15:46:33 +0800 Subject: [PATCH] Update cmdhficlass.c Signed-off-by: Antiklesys --- client/src/cmdhficlass.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/client/src/cmdhficlass.c b/client/src/cmdhficlass.c index f778b563b..316d137a1 100644 --- a/client/src/cmdhficlass.c +++ b/client/src/cmdhficlass.c @@ -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); @@ -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")); } }