mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-20 03:48:33 +08:00
some text changes.
This commit is contained in:
parent
760157f50b
commit
ba1324a5fe
1 changed files with 1 additions and 2 deletions
|
@ -246,8 +246,7 @@ start:
|
|||
uint64_t key64 = 0;
|
||||
int res = mfCheckKeys(blockNo, keytype - 0x60 , false, 1, keyblock, &key64);
|
||||
if ( res > 0 ) {
|
||||
PrintAndLog("Candidate Key found (%012"llx")", r_key);
|
||||
PrintAndLog("Failing is expected to happen. Trying again ...");
|
||||
PrintAndLog("Candidate Key found (%012"llx") - Test authentication failed. Starting over darkside attack", r_key);
|
||||
goto start;
|
||||
}
|
||||
PrintAndLog("Found valid key: %012"llx" \n", r_key);
|
||||
|
|
Loading…
Add table
Reference in a new issue