From 3beb14a25c51e51c1c527173ac72ff79fb31f5db Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 25 Nov 2018 14:35:47 +0100 Subject: [PATCH] chg: 'hf iclass lookup' - its not an online command... --- client/cmdhficlass.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/cmdhficlass.c b/client/cmdhficlass.c index 368aaad2e..6cc2aa191 100644 --- a/client/cmdhficlass.c +++ b/client/cmdhficlass.c @@ -2290,7 +2290,6 @@ int CmdHFiClassLookUp(const char *Cmd) { t1 = msclock() - t1; PrintAndLogEx(NORMAL, "\nTime in iclass : %.0f seconds\n", (float)t1/1000.0); - DropField(); free(prekey); free(keyBlock); PrintAndLogEx(NORMAL, ""); @@ -2527,7 +2526,7 @@ static command_t CommandTable[] = { {"encryptblk", CmdHFiClassEncryptBlk, 1, " Encrypt given block data"}, {"list", CmdHFiClassList, 0, " (Deprecated) List iClass history"}, {"loclass", CmdHFiClass_loclass, 1, "[options..] Use loclass to perform bruteforce of reader attack dump"}, - {"lookup", CmdHFiClassLookUp, 0, "[options..] Uses authentication trace to check for key in dictionary file"}, + {"lookup", CmdHFiClassLookUp, 1, "[options..] Uses authentication trace to check for key in dictionary file"}, {"managekeys", CmdHFiClassManageKeys, 1, "[options..] Manage the keys to use with iClass"}, {"permutekey", CmdHFiClassPermuteKey, 0, " Permute function from 'heart of darkness' paper"}, {"readblk", CmdHFiClass_ReadBlock, 0, "[options..] Authenticate and Read iClass block"},