This commit is contained in:
iceman1001 2019-02-24 18:31:59 +01:00
parent 6b1ae818a5
commit 8e01c9899f

View file

@ -956,7 +956,7 @@ int detect_classic_nackbug(bool verbose){
if (verbose) { if (verbose) {
PrintAndLogEx(FAILED, "card random number generator seems to be based on the well-known generating polynomial"); PrintAndLogEx(FAILED, "card random number generator seems to be based on the well-known generating polynomial");
PrintAndLogEx(NORMAL, "[- ]with 16 effective bits only, but shows unexpected behavior, try again."); PrintAndLogEx(NORMAL, "[- ]with 16 effective bits only, but shows unexpected behavior, try again.");
x } }
return 2; return 2;
} }
case 2 : PrintAndLogEx(SUCCESS, "always leak NACK detected"); return 3; case 2 : PrintAndLogEx(SUCCESS, "always leak NACK detected"); return 3;