From: iceman1001 Date: Sat, 29 Oct 2016 19:45:36 +0000 (+0200) Subject: CHG: minor textual change to fit the minimum two calls nature for the zero parity... X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/60c33f7aa863403d6b7055c625898af3c499005f CHG: minor textual change to fit the minimum two calls nature for the zero parity attack --- diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index 2e58986d..7114945d 100644 --- a/client/cmdhfmf.c +++ b/client/cmdhfmf.c @@ -221,8 +221,7 @@ start: // this special attack when parities is zero, uses checkkeys. Which now with block/keytype option also needs. // but it uses 0|1 instead of 0x60|0x61... if (nonce2key_ex(blockNo, keytype - 0x60 , uid, nt, nr, ks_list, &r_key) ){ - PrintAndLog("Key not found (lfsr_common_prefix list is null)."); - PrintAndLog("Failing is expected to happen in 25%% of all cases. Trying again with a different reader nonce..."); + PrintAndLog("Trying again with a different reader nonce..."); c.arg[0] = false; goto start; } else {