ADD: Added the possibility to exit the bruteforce mode (either rangesearch or file) with the keyboard.

FIX:  if not found, the range search printed wrong number.
This commit is contained in:
iceman1001 2015-12-01 22:47:03 +01:00
commit d08faa4e02
2 changed files with 18 additions and 8 deletions

View file

@ -61,7 +61,7 @@ start:
case -2 : PrintAndLog("Card is not vulnerable to Darkside attack (doesn't send NACK on authentication requests).\n"); break;
case -3 : PrintAndLog("Card is not vulnerable to Darkside attack (its random number generator is not predictable).\n"); break;
case -4 : PrintAndLog("Card is not vulnerable to Darkside attack (its random number generator seems to be based on the wellknown");
PrintAndLog("generating polynomial with 16 effective bits only, but shows unexpected behaviour.\n"); break;
PrintAndLog("generating polynomial with 16 effective bits only, but shows unexpected behaviour.\n"); break;
default: ;
}
break;