mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
chg: 'hf iclass chk' textual info
This commit is contained in:
parent
942e64706d
commit
dfa4f62ab6
1 changed files with 7 additions and 0 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue