chg 'hf iclass chk' - increased timeout, switch off antenna before each run in order to reset card, three retires. all this make it more stable.
This commit is contained in:
@@ -811,7 +811,7 @@ static bool select_only(uint8_t *CSN, uint8_t *CCNR, bool use_credit_key, bool v
|
||||
memcpy(CCNR, data+16, 8);
|
||||
|
||||
if (isOK > 0) {
|
||||
PrintAndLog("CCNR: %s MISSING NCN",sprint_hex(CCNR, 8));
|
||||
if (verbose) PrintAndLog("CCNR: %s MISSING NCN", sprint_hex(CCNR, 8));
|
||||
}
|
||||
|
||||
if (isOK <= 1){
|
||||
@@ -1915,7 +1915,6 @@ int CmdHFiClassCheckKeys(const char *Cmd) {
|
||||
printf("[-] one more try\n");
|
||||
}
|
||||
}
|
||||
DropField();
|
||||
|
||||
if ( !got_csn ) {
|
||||
PrintAndLog("[!] can't select card, aborting...");
|
||||
|
||||
@@ -3,4 +3,5 @@
|
||||
# -- iceman fork version --
|
||||
# -- contribute to this list, sharing is caring --
|
||||
AEA684A6DAB23278 -- AA1
|
||||
7665544332211000 -- key1
|
||||
7665544332211000 -- key1
|
||||
0123456789ABCDEF -- SAGEM
|
||||
Reference in New Issue
Block a user