]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
some text changes.
authoriceman1001 <iceman@iuse.se>
Wed, 24 Aug 2016 12:58:50 +0000 (14:58 +0200)
committericeman1001 <iceman@iuse.se>
Wed, 24 Aug 2016 12:58:50 +0000 (14:58 +0200)
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