]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhfmf.c
CHG: removed a redundant include to strings.h, which made compilation errors on...
[proxmark3-svn] / client / cmdhfmf.c
index c25ba32bb4ed8653d79f4d1d0be7c650062d02b6..a8a1eb804400d93912139187c53298fff95ff6ec 100644 (file)
@@ -246,8 +246,7 @@ start:
                uint64_t key64 = 0;\r
                int res = mfCheckKeys(blockNo, keytype - 0x60 , false, 1, keyblock, &key64);\r
                if ( res > 0 ) {\r
-                       PrintAndLog("Candidate Key found (%012"llx")", r_key);  \r
-                       PrintAndLog("Failing is expected to happen. Trying again ...");\r
+                       PrintAndLog("Candidate Key found (%012"llx") - Test authentication failed. Starting over darkside attack", r_key);      \r
                        goto start;\r
                }\r
                PrintAndLog("Found valid key: %012"llx" \n", r_key);\r
Impressum, Datenschutz