]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: textual change
authoriceman1001 <iceman@iuse.se>
Wed, 16 Nov 2016 16:45:12 +0000 (17:45 +0100)
committericeman1001 <iceman@iuse.se>
Wed, 16 Nov 2016 16:45:12 +0000 (17:45 +0100)
client/cmdhfmf.c

index 7114945d6744906fedd8455e1e9a3dc5e12ba0fa..6b4d3a73bccc1d0fd5697da381cc2034080d9f17 100644 (file)
@@ -245,7 +245,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") - Test authentication failed. Starting over darkside attack", r_key);      \r
+                       PrintAndLog("Candidate Key found (%012"llx") - Test authentication failed. [%d] Restarting darkside attack", r_key, res);       \r
                        goto start;\r
                }\r
                PrintAndLog("Found valid key: %012"llx" \n", r_key);\r
Impressum, Datenschutz