chg: 'hf iclass chk' textual info
This commit is contained in:
@@ -2026,6 +2026,13 @@ int CmdHFiClassCheckKeys(const char *Cmd) {
|
||||
}
|
||||
|
||||
PrintAndLogEx(SUCCESS, "Generating diversified keys, MAC");
|
||||
if (use_elite)
|
||||
PrintAndLogEx(SUCCESS, "Using elite algo");
|
||||
if (use_raw)
|
||||
PrintAndLogEx(SUCCESS, "Using raw mode");
|
||||
PrintAndLogEx(SUCCESS, "Searching for %s key", (use_credit_key) ? "CREDIT" : "DEBIT");
|
||||
|
||||
PrintAndLogEx(SUCCESS,"Tag info");
|
||||
PrintAndLogEx(SUCCESS, "CSN | %s", sprint_hex( CSN, sizeof(CSN) ));
|
||||
PrintAndLogEx(SUCCESS, "CCNR | %s", sprint_hex( CCNR, sizeof(CCNR) ));
|
||||
res = GenerateMacFromKeyFile( CSN, CCNR, use_raw, use_elite, keyBlock, keycnt, pre );
|
||||
|
||||
Reference in New Issue
Block a user