mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
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:
parent
dc25f9212f
commit
6a9ddf6e69
3 changed files with 28 additions and 20 deletions
|
@ -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...");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue